This is an automated email from the ASF dual-hosted git repository.
chtompki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new b8de60e (docs) more specificity
b8de60e is described below
commit b8de60e0c15974bde8d3cf0837ff471ee31fe375
Author: Rob Tompkins <[email protected]>
AuthorDate: Mon Apr 8 14:35:57 2019 -0400
(docs) more specificity
---
src/main/java/org/apache/commons/lang3/RandomStringUtils.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/lang3/RandomStringUtils.java
b/src/main/java/org/apache/commons/lang3/RandomStringUtils.java
index 3e82c5b..becc268 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;
* <a
href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/RandomStringGenerator.html">
* RandomStringGenerator</a> instead.</p>
*
- * <p>Caveat: Instances of {@link Random} are not cryptographically secure.</p>
+ * <p>Caveat: Instances of {@link Random}, upon which the implementation of
this
+ * class relies, are not cryptographically secure.</p>
*
* <p>Please note that the Apache Commons project provides a component
* dedicated to pseudo-random number generation, namely