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

aradzinski pushed a commit to branch NLPCRAFT-384
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-384 by this push:
     new 304b8dd  Update NCToken.java
304b8dd is described below

commit 304b8dd4d1bfe4cf4cdbe69075e77f32c184e87a
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Oct 1 19:34:59 2021 -0700

    Update NCToken.java
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCToken.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCToken.java 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCToken.java
index ed889ac..d9d3630 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCToken.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCToken.java
@@ -82,7 +82,7 @@ public interface NCToken extends NCMetadata {
 
     /**
      * Gets the list of all parent IDs from this token up to the root. This 
only available
-     * for user-defined model elements = built-in tokens do not have parents 
and will return an empty list.
+     * for user-defined model elements - built-in tokens do not have parents 
and will return an empty list.
      *
      * @return List, potentially empty but never {@code null}, of all parent 
IDs from this token up to the root.
      * @see #getParentId()

Reply via email to