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 d590829 WIP.
d590829 is described below
commit d59082917afc43fb0e6224b4c4c3619fdb64dc93
Author: Sergey Kamov <[email protected]>
AuthorDate: Mon Aug 9 22:06:19 2021 +0300
WIP.
---
.../scala/org/apache/nlpcraft/probe/mgrs/deploy/NCDeployManager.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCDeployManager.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCDeployManager.scala
index 114d4af..6943151 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCDeployManager.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCDeployManager.scala
@@ -1643,7 +1643,7 @@ object NCDeployManager extends NCService {
s"]"
)
- for (ref <- refs if Modifier.isAbstract(ref.getModifiers)) {
+ for (ref <- refs if !Modifier.isAbstract(ref.getModifiers)) {
processClass(ref)
for (m <- getAllMethods(ref))