I think that maybe hits what you guys were getting after with my wording. 

And you know me, english as a first language, still writing poorly :-p

Do we think lang 3.9 is ready?

-Rob 

> On Apr 8, 2019, at 8:13 AM, chtom...@apache.org wrote:
> 
> 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 <chtom...@apache.org>
> 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
>  */
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to