Skip to content

Commit 9cbf068

Browse files
committed
Javadoc
1 parent 6bac1a2 commit 9cbf068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/lang3/RandomStringUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public static String random(final int count, final char... chars) {
187187
* @param numbers if {@code true}, generated string may include numeric characters.
188188
* @return the random string.
189189
* @throws IllegalArgumentException if {@code count} < 0.
190-
* @deprecated Use {@link #next(int, int, int, boolean)} from {@link #secure()}, {@link #secureStrong()}, or {@link #insecure()}.
190+
* @deprecated Use {@link #next(int, int, int, boolean, boolean)} from {@link #secure()}, {@link #secureStrong()}, or {@link #insecure()}.
191191
*/
192192
@Deprecated
193193
public static String random(final int count, final int start, final int end, final boolean letters,

0 commit comments

Comments
 (0)