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 f2361b4  Update NCMetadata.java
f2361b4 is described below

commit f2361b4456fedabe7633fa0cfa5b5d685ca195c8
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Mon May 17 18:06:06 2021 -0700

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

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCMetadata.java 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCMetadata.java
index 0861959..ce4b7b9 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCMetadata.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCMetadata.java
@@ -38,9 +38,10 @@ public interface NCMetadata {
     }
 
     /**
-     * Gets mutable metadata.
+     * Gets mutable metadata underlying container.
+     * Returned map can be used to mutate the metadata or perform any other 
operations.
      *
-     * @return Metadata.
+     * @return Mutable, underlying metadata container.
      * @see #meta(String)
      * @see #metaOpt(String)
      * @see #meta(String, Object)

Reply via email to