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 69326c8 (docs) update user use -> user explore
69326c8 is described below
commit 69326c8ba9d4b0399701ab3de40ed20d35f9e248
Author: Tompkins <[email protected]>
AuthorDate: Mon Apr 8 08:13:39 2019 -0400
(docs) update user use -> user explore
---
src/main/java/org/apache/commons/lang3/RandomStringUtils.java | 2 +-
src/main/java/org/apache/commons/lang3/RandomUtils.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/lang3/RandomStringUtils.java
b/src/main/java/org/apache/commons/lang3/RandomStringUtils.java
index 9fe6684..e0472c9 100644
--- a/src/main/java/org/apache/commons/lang3/RandomStringUtils.java
+++ b/src/main/java/org/apache/commons/lang3/RandomStringUtils.java
@@ -40,7 +40,7 @@ import java.util.Random;
* <p>We would like to further note to users that the Apache Commons Project
has
* a component entirely dedicated to random number generation, namely
* <a href="http://commons.apache.org/rng">Commons RNG</a>. For a more
extensive
- * treatment of random numbers, we suggest that the user use this library.</p>
+ * treatment of random numbers, we suggest that the user explore this
library.</p>
*
* <p>#ThreadSafe#</p>
* @since 1.0
diff --git a/src/main/java/org/apache/commons/lang3/RandomUtils.java
b/src/main/java/org/apache/commons/lang3/RandomUtils.java
index 6f1b3b9..4d37b9e 100644
--- a/src/main/java/org/apache/commons/lang3/RandomUtils.java
+++ b/src/main/java/org/apache/commons/lang3/RandomUtils.java
@@ -28,7 +28,7 @@ import java.util.Random;
* <p>We would like to further note to users that the Apache Commons Project
has
* a component entirely dedicated to random number generation, namely
* <a href="http://commons.apache.org/rng">Commons RNG</a>. For a more
extensive
- * treatment of random numbers, we suggest that the user use this library.</p>
+ * treatment of random numbers, we suggest that the user explore this
library.</p>
*
* @since 3.3
*/