You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Rob Tompkins <ch...@apache.org> on 2019/04/08 12:16:37 UTC

Re: [commons-lang] branch master updated: (docs) update user use -> user explore

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, chtompki@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 <ch...@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [commons-lang] branch master updated: (docs) update user use -> user explore

Posted by Rob Tompkins <ch...@gmail.com>.

> On Apr 8, 2019, at 9:35 AM, sebb <se...@gmail.com> wrote:
> 
> On Mon, 8 Apr 2019 at 14:25, Gilles Sadowski <gilleseran@gmail.com <ma...@gmail.com>> wrote:
>> 
>> Hi Rob.
>> 
>> Le lun. 8 avr. 2019 à 14:16, Rob Tompkins <chtompki@apache.org <ma...@apache.org>> a écrit :
>>> 
>>> I think that maybe hits what you guys were getting after with my wording.
>> 
>> You probably missed a thread.
>> I've just committed the alternative text.
> 
> Looks good to me.

+1

> 
>> Regards,
>> Gilles
>> 
>>> 
>>> 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, chtompki@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 <ch...@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-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org <ma...@commons.apache.org>
> For additional commands, e-mail: dev-help@commons.apache.org <ma...@commons.apache.org>

Re: [commons-lang] branch master updated: (docs) update user use -> user explore

Posted by sebb <se...@gmail.com>.
On Mon, 8 Apr 2019 at 14:25, Gilles Sadowski <gi...@gmail.com> wrote:
>
> Hi Rob.
>
> Le lun. 8 avr. 2019 à 14:16, Rob Tompkins <ch...@apache.org> a écrit :
> >
> > I think that maybe hits what you guys were getting after with my wording.
>
> You probably missed a thread.
> I've just committed the alternative text.

Looks good to me.

> Regards,
> Gilles
>
> >
> > 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, chtompki@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 <ch...@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-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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


Re: [commons-lang] branch master updated: (docs) update user use -> user explore

Posted by Gilles Sadowski <gi...@gmail.com>.
Hi Rob.

Le lun. 8 avr. 2019 à 14:16, Rob Tompkins <ch...@apache.org> a écrit :
>
> I think that maybe hits what you guys were getting after with my wording.

You probably missed a thread.
I've just committed the alternative text.

Regards,
Gilles

>
> 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, chtompki@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 <ch...@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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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


Re: [commons-lang] branch master updated: (docs) update user use -> user explore

Posted by sebb <se...@gmail.com>.
On Mon, 8 Apr 2019 at 13:16, Rob Tompkins <ch...@apache.org> wrote:
>
> 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?

I still think the sentence starting "Consider instead using a more..."
should be removed.

This affects the following para as well, the following change would fix it:

"We would like to further note to users that the"
=>
"The"

> -Rob
>
> > On Apr 8, 2019, at 8:13 AM, chtompki@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 <ch...@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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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