diff --git a/src/main/java/org/apache/commons/lang3/RandomStringUtils.java b/src/main/java/org/apache/commons/lang3/RandomStringUtils.java index 3e82c5bde..becc26830 100644 --- a/src/main/java/org/apache/commons/lang3/RandomStringUtils.java +++ b/src/main/java/org/apache/commons/lang3/RandomStringUtils.java @@ -33,7 +33,8 @@ import java.util.Random; * * RandomStringGenerator instead.

* - *

Caveat: Instances of {@link Random} are not cryptographically secure.

+ *

Caveat: Instances of {@link Random}, upon which the implementation of this + * class relies, are not cryptographically secure.

* *

Please note that the Apache Commons project provides a component * dedicated to pseudo-random number generation, namely