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 b3c79150 Bump commons-io from 2.11.0 to 2.12.0
new ea61a39d Rework some org.apache.commons.text.similarity internals to
use JRE's Function
new 1f1a0609 Use functional interfaces
The 2 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/FormatFactory.java | 1 +
.../CharSequenceTokenizer.java} | 11 ++--
.../commons/text/similarity/CosineDistance.java | 4 +-
.../commons/text/similarity/RegexTokenizer.java | 4 +-
.../apache/commons/text/similarity/Tokenizer.java | 18 +++---
.../commons/text/ExtendedMessageFormatTest.java | 66 ++++++++--------------
6 files changed, 39 insertions(+), 65 deletions(-)
copy src/main/java/org/apache/commons/text/{package-info.java =>
similarity/CharSequenceTokenizer.java} (85%)