Skip to content

Commit 9eb5d09

Browse files
authored
[LANG-1794] Fix Javadoc for RandomUtils.secure() incorrectly mentions securerandom.strongAlgorithms (#1503)
1 parent fdca93e commit 9eb5d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ public static long nextLong(final long startInclusive, final long endExclusive)
237237
}
238238

239239
/**
240-
* Gets the singleton instance based on {@link SecureRandom#SecureRandom()} which uses an algorithms/providers
241-
* specified in the {@code securerandom.strongAlgorithms} {@link Security} property.
240+
* Gets the singleton instance based on {@link SecureRandom#SecureRandom()} which uses the default algorithm
241+
* and provider of {@link SecureRandom}.
242242
* <p>
243243
* The method {@link SecureRandom#SecureRandom()} is called on-demand.
244244
* </p>

0 commit comments

Comments
 (0)