mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-11 04:25:07 +00:00
Javadoc clarification
[skip ci]
This commit is contained in:
parent
f79325551a
commit
9a778293c3
@ -168,7 +168,7 @@ public static int nextInt(final int startInclusive, final int endExclusive) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Generates a random long within 0 - Long.MAX_VALUE.
|
||||
* Generates a random long between 0 (inclusive) and Long.MAX_VALUE (exclusive).
|
||||
*
|
||||
* @return the random long
|
||||
* @see #nextLong(long, long)
|
||||
|
Loading…
x
Reference in New Issue
Block a user