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

rzo1 pushed a change to branch OPENNLP-1819-2x
in repository https://gitbox.apache.org/repos/asf/opennlp.git


    omit 85700daa OPENNLP-1819 - Align DictionaryEntryPersistor XML parsing 
with XmlUtil helper
     add 799969af OPENNLP-53: Fix compile error in Parse.createFromTokens() on 
2.x                      The cherry-pick of 35227c72 referenced Parser.INC_NODE 
/ Parser.TOK_NODE, which exist on main (where Parser was moved to opennlp-api 
as an interface declaring these constants) but not on the 2.x branch. Use 
AbstractBottomUpParser.INC_NODE / TOK_NODE instead, consistent with the rest of 
the 2.x parser code.
     add a23e5514 OPENNLP-1819 - Align DictionaryEntryPersistor XML parsing 
with XmlUtil helper

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   (85700daa)
            \
             N -- N -- N   refs/heads/OPENNLP-1819-2x (a23e5514)

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:
 opennlp-tools/src/main/java/opennlp/tools/parser/Parse.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Reply via email to