Modify the error comment
This commit is contained in:
parent
999030a23c
commit
0abcf0d32b
|
@ -226,7 +226,7 @@ public class RandomUtils {
|
|||
* <p> Returns a random float within 0 - Float.MAX_VALUE </p>
|
||||
*
|
||||
* @return the random float
|
||||
* @see #nextFloat()
|
||||
* @see #nextFloat(float, float)
|
||||
* @since 3.5
|
||||
*/
|
||||
public static float nextFloat() {
|
||||
|
|
|
@ -137,7 +137,7 @@ public class RandomUtilsTest {
|
|||
}
|
||||
|
||||
/**
|
||||
* Tests next double range, random result.
|
||||
* Tests next int range, random result.
|
||||
*/
|
||||
@Test
|
||||
public void testNextIntRandomResult() {
|
||||
|
|
Loading…
Reference in New Issue