Skip to content

Commit 2b5499b

Browse files
Fixing JavaDoc of Calculation method
1 parent b3774a0 commit 2b5499b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/redstoneworld/redutilities/math/Calculation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static long getServerTicksFromMillis(long millis) {
3232
* <li>step = 0.25 => 0.0; 0.25; 0.5; 0.75; 1.0</li>
3333
* <li>step = 0.1 => 0.0; 0.1; ... 0.9; 1.0</li>
3434
* <li>step = 0.05 => 0.0; 0.05; ... 0.95; 1.0</li>
35-
* <ul>
35+
* </ul>
3636
*
3737
* @param input (double) the target value for the rounding
3838
* @param step (double) rounding accuracy

0 commit comments

Comments
 (0)