This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-519
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-519 by this push:
new 7a758663 NCModelConfig fixes.
7a758663 is described below
commit 7a758663580f895f4e24898a563bf0948a360174
Author: Sergey Kamov <[email protected]>
AuthorDate: Wed Nov 9 10:27:37 2022 +0400
NCModelConfig fixes.
---
nlpcraft/src/main/scala/org/apache/nlpcraft/NCModelConfig.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCModelConfig.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCModelConfig.scala
index b171dcfe..94de8f20 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCModelConfig.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCModelConfig.scala
@@ -33,7 +33,7 @@ object NCModelConfig:
override val getVersion: String = ver
def apply(id: String, name: String, ver: String, desc: String, orig:
String): NCModelConfig =
- new NCPropertyMapAdapter with NCModelConfig :
+ new NCPropertyMapAdapter with NCModelConfig:
override val getId: String = id
override val getName: String = name
override val getVersion: String = ver
@@ -41,7 +41,7 @@ object NCModelConfig:
override val getOrigin: Option[String] = orig.?
def apply(id: String, name: String, ver: String, desc: String, orig:
String, convTimeout: Long, convDepth: Int): NCModelConfig =
- new NCPropertyMapAdapter with NCModelConfig :
+ new NCPropertyMapAdapter with NCModelConfig:
override val getId: String = id
override val getName: String = name
override val getVersion: String = ver