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

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


The following commit(s) were added to refs/heads/NLPCRAFT-398 by this push:
     new 86097d2  WIP.
86097d2 is described below

commit 86097d2b0b32a13a55bdfc3083342733cb307a4c
Author: Sergey Kamov <[email protected]>
AuthorDate: Mon Aug 9 23:17:36 2021 +0300

    WIP.
---
 .../apache/nlpcraft/probe/mgrs/deploy/NCModelReferencesSpec.scala   | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCModelReferencesSpec.scala
 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCModelReferencesSpec.scala
index 844db2f..66e4794 100644
--- 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCModelReferencesSpec.scala
+++ 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCModelReferencesSpec.scala
@@ -24,7 +24,7 @@ import org.junit.jupiter.api.Test
 import java.util
 
 /**
-  * Note than we can't name packages 'java' and 'scala', so their names are 
'jc' and 'sc'.
+  * Note than we can't name packages 'java' and 'scala', so their names are 
'jv' and 'sc'.
   */
 @NCTestEnvironment(model = 
classOf[org.apache.nlpcraft.probe.mgrs.deploy.sc.NCModelClassesWrapper], 
startClient = true)
 class NCModelClassesWrapperScalaSpec extends NCTestContext {
@@ -70,10 +70,6 @@ class NCModelPackagesWrapperJavaSpec extends NCTestContext {
     }
 }
 
-class NCModelMix extends NCModelAdapter("nlpcraft.deploy.test.mdl", "Test 
Model", "1.0") {
-    override def getElements: java.util.Set[NCElement] = super.getElements
-}
-
 @NCModelAddPackage(Array("org.apache.nlpcraft.probe.mgrs.deploy"))
 class NCModelPackagesWrapperMix extends 
NCModelAdapter("nlpcraft.deploy.test.mix.mdl", "Test Model", "1.0") {
     override def getElements: util.Set[NCElement] =

Reply via email to