File tree Expand file tree Collapse file tree
src/main/java/net/nullved/pmweatherapi/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class ColorMaps {
2727 .build (Color .WHITE , 70.0F );
2828
2929 /**
30- * A {@link ColorMap} equivalent to {@link ColorTables#getVelocity(float)} for values >= 0
30+ * A {@link ColorMap} equivalent to {@link ColorTables#getVelocity(float)} for values ≥ 0
3131 * @since 0.14.15.6
3232 */
3333 public static final ColorMap POSITIVE_VELOCITY = ColorMap .Builder .of (new Color (0x969696 ))
@@ -41,7 +41,7 @@ public class ColorMaps {
4141 .build (new Color (6751746 ), 140 );
4242
4343 /**
44- * A {@link ColorMap} equivalent to {@link ColorTables#getVelocity(float)} for values <= 0
44+ * A {@link ColorMap} equivalent to {@link ColorTables#getVelocity(float)} for values ≤ 0
4545 * @since 0.14.15.6
4646 */
4747 public static final ColorMap NEGATIVE_VELOCITY = ColorMap .Builder .of (new Color (0x969696 ))
You can’t perform that action at this time.
0 commit comments