Modify the error comment

This commit is contained in:
zgpworking 2019-05-26 18:55:12 +08:00
parent 999030a23c
commit 0abcf0d32b
2 changed files with 2 additions and 2 deletions

View File

@ -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() {

View File

@ -137,7 +137,7 @@ public class RandomUtilsTest {
}
/**
* Tests next double range, random result.
* Tests next int range, random result.
*/
@Test
public void testNextIntRandomResult() {