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

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


    from 62f48e5  Javadoc: Close HTML tags.
     new 2ff16ee  Sort members.
     new d1fde0d  Sort members.
     new 04748ac  Sort members.
     new 04a7952  Sort members.

The 4 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:
 .../org/apache/commons/text/AlphabetConverter.java |  614 +++++-----
 .../java/org/apache/commons/text/CaseUtils.java    |   22 +-
 .../org/apache/commons/text/CompositeFormat.java   |   28 +-
 .../apache/commons/text/ExtendedMessageFormat.java |  390 +++---
 .../org/apache/commons/text/FormattableUtils.java  |   80 +-
 .../apache/commons/text/RandomStringGenerator.java |  494 ++++----
 .../java/org/apache/commons/text/StrLookup.java    |  140 +--
 .../java/org/apache/commons/text/StrMatcher.java   |  488 ++++----
 .../org/apache/commons/text/StrSubstitutor.java    | 1034 ++++++++--------
 .../org/apache/commons/text/StringEscapeUtils.java |  630 +++++-----
 .../java/org/apache/commons/text/WordUtils.java    | 1290 ++++++++++----------
 .../apache/commons/text/diff/CommandVisitor.java   |   14 +-
 .../org/apache/commons/text/diff/EditCommand.java  |   18 +-
 .../org/apache/commons/text/diff/EditScript.java   |   42 +-
 .../commons/text/diff/ReplacementsFinder.java      |   20 +-
 .../commons/text/diff/StringsComparator.java       |  180 +--
 .../apache/commons/text/numbers/DoubleFormat.java  |  722 +++++------
 .../apache/commons/text/numbers/ParsedDecimal.java |  854 ++++++-------
 .../text/translate/CharSequenceTranslator.java     |   42 +-
 .../commons/text/translate/CsvTranslators.java     |   32 +-
 .../text/translate/NumericEntityEscaper.java       |   66 +-
 .../text/translate/NumericEntityUnescaper.java     |    8 +-
 .../commons/text/translate/OctalUnescaper.java     |   40 +-
 .../text/translate/SinglePassTranslator.java       |   20 +-
 .../commons/text/translate/UnicodeEscaper.java     |   96 +-
 25 files changed, 3682 insertions(+), 3682 deletions(-)

Reply via email to