This is an automated email from the ASF dual-hosted git repository.
sergeykamov 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 530f0cc Minor fix.
530f0cc is described below
commit 530f0cc88736bbb5d96e5afb54b4e3f9e6fe933d
Author: Sergey Kamov <[email protected]>
AuthorDate: Wed Mar 16 16:09:25 2022 +0300
Minor fix.
---
.../echo/src/main/java/org/apache/nlpcraft/examples/time/EchoModel.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/nlpcraft-examples/echo/src/main/java/org/apache/nlpcraft/examples/time/EchoModel.java
b/nlpcraft-examples/echo/src/main/java/org/apache/nlpcraft/examples/time/EchoModel.java
index 127787f..0563885 100644
---
a/nlpcraft-examples/echo/src/main/java/org/apache/nlpcraft/examples/time/EchoModel.java
+++
b/nlpcraft-examples/echo/src/main/java/org/apache/nlpcraft/examples/time/EchoModel.java
@@ -42,7 +42,6 @@ public class EchoModel extends NCModelAdapter {
new NCModelConfig("nlpcraft.echo.ex", "Echo Example Model", "1.0"),
new NCModelPipelineBuilder().withLanguage("EN").build()
);
-
}
@Override