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

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

commit 0a80fc92e9f8ca27a3727f8cdaa33785767e6cae
Author: Sergey Kamov <skhdlem...@gmail.com>
AuthorDate: Tue Mar 29 13:30:51 2022 +0300

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

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCModelClient.java 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCModelClient.java
index a0a6ba0..b3c82a0 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCModelClient.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCModelClient.java
@@ -103,7 +103,7 @@ public class NCModelClient implements AutoCloseable {
      * TODO:
      * Gets intent information which contains intent ID and its callback 
arguments entities.
      * Note that
-     *  - Callback is not called  in this case.
+     *  - Callback is not called in this case.
      *  - if model `onContext` method overrided - error thrown because we 
don't find intents in this case.
      *
      * @param txt

Reply via email to