This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-296
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-296 by this push:
new b3e6d37 WIP.
b3e6d37 is described below
commit b3e6d37f003a122dd10bdfdb360857471b6c4fd6
Author: Sergey Kamov <[email protected]>
AuthorDate: Wed Jun 9 12:53:46 2021 +0300
WIP.
---
.../src/main/scala/org/apache/nlpcraft/model/impl/NCTokenImpl.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/impl/NCTokenImpl.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/impl/NCTokenImpl.scala
index 9324278..4b2f251 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/impl/NCTokenImpl.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/impl/NCTokenImpl.scala
@@ -51,7 +51,7 @@ private[nlpcraft] class NCTokenImpl(
endCharIndex: Int,
meta: Map[String, Object],
isAbstractProp: Boolean
-) extends NCMetadataAdapter(mutable.HashMap(meta.toSeq:_ *).asJava) with
NCToken with JSerializable {
+) extends NCMetadataAdapter(new java.util.HashMap(mutable.HashMap(meta.toSeq:_
*).asJava)) with NCToken with JSerializable {
require(mdl != null)
require(srvReqId != null)
require(id != null)