You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2019/03/03 11:12:06 UTC

[commons-text] branch master updated (d315258 -> 7486f9a)

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git.


    from d315258  TEXT-151: Use StringUtils.equals to test for CharSequence equality. (#105)
     new ffab903  TEXT-111 - fix problem when regex match would have length of 0
     new bba1051  TEXT-111 - added test
     new 7486f9a  Merge pull request #104 from CAPS50/TEXT-111

The 784 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/java/org/apache/commons/text/WordUtils.java    | 17 +++++++++++++----
 .../java/org/apache/commons/text/WordUtilsTest.java     | 14 ++++++++++----
 2 files changed, 23 insertions(+), 8 deletions(-)


Re: [commons-text] branch master updated (d315258 -> 7486f9a)

Posted by Gary Gregory <ga...@gmail.com>.
Please update the changes.xml file as well.

Gary

On Sun, Mar 3, 2019, 06:12 <kinow@apache.org wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> kinow pushed a change to branch master
> in repository https://gitbox.apache.org/repos/asf/commons-text.git.
>
>
>     from d315258  TEXT-151: Use StringUtils.equals to test for
> CharSequence equality. (#105)
>      new ffab903  TEXT-111 - fix problem when regex match would have
> length of 0
>      new bba1051  TEXT-111 - added test
>      new 7486f9a  Merge pull request #104 from CAPS50/TEXT-111
>
> The 784 revisions listed above as "new" are entirely new to this
> repository and will be described in separate emails.  The revisions
> listed as "add" were already present in the repository and have only
> been added to this reference.
>
>
> Summary of changes:
>  src/main/java/org/apache/commons/text/WordUtils.java    | 17
> +++++++++++++----
>  .../java/org/apache/commons/text/WordUtilsTest.java     | 14
> ++++++++++----
>  2 files changed, 23 insertions(+), 8 deletions(-)
>
>