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 6d42535  Minor fixes.
6d42535 is described below

commit 6d4253511c5804b031fd4d47f83af5e7021e3dd5
Author: Sergey Kamov <[email protected]>
AuthorDate: Sat Feb 19 00:19:03 2022 +0300

    Minor fixes.
---
 .../scala/org/apache/nlpcraft/internal/impl/NCModelClientImpl.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/impl/NCModelClientImpl.scala
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/impl/NCModelClientImpl.scala
index 2ab3b3b..3f72080 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/impl/NCModelClientImpl.scala
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/impl/NCModelClientImpl.scala
@@ -47,7 +47,7 @@ class NCModelClientImpl(mdl: NCModel) extends LazyLogging:
     private val intents = NCModelScanner.scan(mdl)
     private val convMgr = NCConversationManager(mdl.getConfig)
     private val dlgMgr = NCDialogFlowManager(mdl.getConfig)
-    private val plMgr = new NCModelPipelineManager(mdl.getConfig, 
mdl.getPipeline)
+    private val plMgr = NCModelPipelineManager(mdl.getConfig, mdl.getPipeline)
     private val intentsMgr = NCIntentsManager(dlgMgr, intents.map(p => 
p.intent -> p.function).toMap)
 
     init()

Reply via email to