fix a large amount of deprecated and ide warnings

This commit is contained in:
dkanada 2021-04-25 10:20:10 +09:00
commit beca66459b
26 changed files with 111 additions and 122 deletions

View file

@ -44,7 +44,7 @@ public class ThemeUtil {
private static class SwatchComparator implements Comparator<Palette.Swatch> {
private static SwatchComparator sInstance;
static SwatchComparator getInstance() {
private static SwatchComparator getInstance() {
if (sInstance == null) {
sInstance = new SwatchComparator();
}