You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ma...@apache.org on 2023/05/14 13:58:18 UTC

[opennlp] branch Add_tests_for_ModelLoader_classes_in_cmdline_sub-packages updated (997f417b -> 5558f724)

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

mawiesne pushed a change to branch Add_tests_for_ModelLoader_classes_in_cmdline_sub-packages
in repository https://gitbox.apache.org/repos/asf/opennlp.git


 discard 997f417b OPENNLP-1493 Add tests for ModelLoader classes in cmdline sub-packages
     add 5558f724 OPENNLP-1493 Add tests for ModelLoader classes in cmdline sub-packages

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (997f417b)
            \
             N -- N -- N   refs/heads/Add_tests_for_ModelLoader_classes_in_cmdline_sub-packages (5558f724)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../src/test/java/opennlp/tools/EnabledWhenCDNAvailable.java          | 4 ++--
 .../java/opennlp/tools/cmdline/chunker/ChunkerModelLoaderTest.java    | 2 +-
 .../tools/cmdline/langdetect/LanguageDetectorModelLoaderTest.java     | 2 +-
 .../tools/cmdline/namefind/TokenNameFinderModelLoaderTest.java        | 2 +-
 .../test/java/opennlp/tools/cmdline/postag/POSModelLoaderTest.java    | 2 +-
 .../opennlp/tools/cmdline/sentdetect/SentenceModelLoaderTest.java     | 2 +-
 .../opennlp/tools/cmdline/tokenizer/TokenizerModelLoaderTest.java     | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)