This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-206
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-206 by this push:
new 727b69a Update NCBaseDslCompiler.scala
727b69a is described below
commit 727b69a44561827ca2cf8e47cf4da08e74224dd5
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Feb 20 22:13:45 2021 -0800
Update NCBaseDslCompiler.scala
---
.../org/apache/nlpcraft/model/intent/impl/ver2/NCBaseDslCompiler.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/ver2/NCBaseDslCompiler.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/ver2/NCBaseDslCompiler.scala
index 13d598e..298cbbb 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/ver2/NCBaseDslCompiler.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/ver2/NCBaseDslCompiler.scala
@@ -745,7 +745,7 @@ trait NCBaseDslCompiler {
case "msec" ⇒
case "now" ⇒ // Epoc time.
- case _ ⇒ throw errUnknownFun(fun)
+ case _ ⇒ throw errUnknownFun(fun) // Assertion.
}
}
}