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

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


The following commit(s) were added to refs/heads/master by this push:
     new 05c65e9  Update NCModelView.java
05c65e9 is described below

commit 05c65e9ebdd6dae747cb0f3a59b659ca47c7f752
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Tue Apr 6 21:58:12 2021 -0700

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

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
index 8f9849a..8501148 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
@@ -819,8 +819,7 @@ public interface NCModelView extends NCMetadata {
 
     /**
      * Gets optional user defined model metadata that can be set by the 
developer and accessed later.
-     * By default, it returns an empty map. Note that this metadata is 
different from the one returned
-     * by {@link NCToken#getMetadata()} method. Note also that this metadata 
is mutable and can be
+     * By default, it returns an empty map. Note that this metadata is mutable 
and can be
      * changed at runtime by the model's code.
      * <p>
      * <b>JSON</b>

Reply via email to