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

aradzinski 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 975c200  Update NCIdlCompilerBase.scala
975c200 is described below

commit 975c20068d0a4d064b8d6dce49fd28526ca8ffa0
Author: Aaron Radzinski <[email protected]>
AuthorDate: Wed Sep 8 12:05:06 2021 -0700

    Update NCIdlCompilerBase.scala
---
 .../nlpcraft/model/intent/compiler/NCIdlCompilerBase.scala       | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompilerBase.scala
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompilerBase.scala
index 2e8d403..1773617 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompilerBase.scala
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompilerBase.scala
@@ -518,10 +518,11 @@ trait NCIdlCompilerBase {
     }
 
     /**
-     *
-     * @param id
-     * @return
-     */
+      * 
+      * @param fun
+      * @param ctx
+      * @return
+      */
     def parseCallExpr(fun: String)(implicit ctx: PRC): SI = (tok, stack: S, 
idlCtx) => {
         implicit val evidence: S = stack
 

Reply via email to