Skip to content

Commit b4c4cc2

Browse files
committed
v0.14.15.6 - Javadoc fix
Took 2 minutes
1 parent 322efa0 commit b4c4cc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/net/nullved/pmweatherapi/util/ColorMaps.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 &le; 0
4545
* @since 0.14.15.6
4646
*/
4747
public static final ColorMap NEGATIVE_VELOCITY = ColorMap.Builder.of(new Color(0x969696))

0 commit comments

Comments
 (0)