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
from a23e5514 OPENNLP-1819 - Align DictionaryEntryPersistor XML parsing
with XmlUtil helper
add d33f567b OPENNLP-53: Fix compile error in ParseTest 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.
No new revisions were added by this update.
Summary of changes:
opennlp-tools/src/test/java/opennlp/tools/parser/ParseTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)