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 74e99127 Use final
     new 8493d439 PMD: UselessParentheses
     new d7f28be3 PMD: UselessParentheses
     new 587446d8 Use final
     new 55d0920b Disable console logging for 
StringSubstitutorWithInterpolatorStringLookupTest

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:
 .github/workflows/maven.yml                              |  2 +-
 src/main/java/org/apache/commons/text/WordUtils.java     |  2 +-
 .../apache/commons/text/lookup/DefaultStringLookup.java  |  2 +-
 .../org/apache/commons/text/numbers/ParsedDecimal.java   |  8 ++++----
 .../commons/text/similarity/IntersectionSimilarity.java  |  4 ++--
 .../commons/text/similarity/JaroWinklerSimilarity.java   |  2 +-
 .../text/similarity/LevenshteinDetailedDistance.java     |  8 ++++----
 .../text/similarity/LongestCommonSubsequence.java        |  2 +-
 .../apache/commons/text/translate/UnicodeEscaper.java    |  8 ++++----
 .../java/org/apache/commons/text/StrBuilderTest.java     |  2 +-
 .../java/org/apache/commons/text/StrSubstitutorTest.java |  2 +-
 .../org/apache/commons/text/StringEscapeUtilsTest.java   |  4 ++--
 .../org/apache/commons/text/TextStringBuilderTest.java   |  2 +-
 src/test/java/org/apache/commons/text/WordUtilsTest.java |  2 +-
 .../apache/commons/text/jmh/DoubleFormatPerformance.java |  4 ++--
 .../apache/commons/text/numbers/DoubleFormatTest.java    |  4 ++--
 .../apache/commons/text/numbers/ParsedDecimalTest.java   |  4 ++--
 .../commons/text/similarity/IntersectionResultTest.java  |  2 +-
 .../text/similarity/IntersectionSimilarityTest.java      |  6 +++---
 .../commons/text/similarity/JaccardDistanceTest.java     | 16 ++++++++--------
 .../similarity/ParameterizedEditDistanceFromTest.java    |  2 +-
 .../similarity/ParameterizedSimilarityScoreFromTest.java |  2 +-
 22 files changed, 45 insertions(+), 45 deletions(-)

Reply via email to