ErrorProne: fix sampler/MissingSummary
This commit is contained in:
parent
82b221dc33
commit
b894422c68
@ -76,7 +76,7 @@ public final class ThemeManager {
|
||||
return getRepository().getAll().get(0);
|
||||
}
|
||||
|
||||
/** @see SamplerTheme */
|
||||
/** See {@link SamplerTheme}. */
|
||||
public void setTheme(SamplerTheme theme) {
|
||||
Objects.requireNonNull(theme);
|
||||
|
||||
|
@ -75,7 +75,7 @@ public enum ContrastLevel {
|
||||
}
|
||||
|
||||
/**
|
||||
* @see ContrastLevel#getColorLuminance(double[])
|
||||
* See {@link ContrastLevel#getColorLuminance}.
|
||||
*/
|
||||
public static double getColorLuminance(Color color) {
|
||||
return getColorLuminance(new double[]{color.getRed(), color.getGreen(), color.getBlue()});
|
||||
|
Loading…
Reference in New Issue
Block a user