This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-443
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-443 by this push:
new 386d337 Update NCDeployManager.scala
386d337 is described below
commit 386d33716e2545440a9e90a46826a40f6c613fb5
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Sep 26 11:36:57 2021 -0700
Update NCDeployManager.scala
---
.../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 332dd26..b0ac2df 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
@@ -1666,7 +1666,7 @@ object NCDeployManager extends NCService {
catch {
case e: Exception =>
// TODO: fix text
- throw new NCE(s"Error parsing element[" +
+ throw new NCE(s"Error parsing element [" +
s"modelId=${mdl.getId}, " +
s"definitionClass=${claxx.getName}, " +
s"element='$body', " +