ErrorProne: fix sampler/UnusedMethod
This commit is contained in:
parent
32e136cd53
commit
85a654f96b
@ -16,6 +16,7 @@ import java.util.*;
|
||||
import static java.awt.image.BufferedImage.TYPE_3BYTE_BGR;
|
||||
import static java.awt.image.BufferedImage.TYPE_4BYTE_ABGR;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
final class ColorThief {
|
||||
|
||||
private static final int DEFAULT_QUALITY = 10;
|
||||
|
@ -223,6 +223,7 @@ public final class ThemeManager {
|
||||
customCSSRules.put(selector, rule);
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private void removeCustomRule(String selector) {
|
||||
customCSSRules.remove(selector);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user