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 7eb34b6  Update NCIntentDsl.g4
7eb34b6 is described below

commit 7eb34b660c1cccde8f2051ca4cef1350e71bf0ab
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Feb 5 19:38:32 2021 -0800

    Update NCIntentDsl.g4
---
 .../scala/org/apache/nlpcraft/model/intent/impl/antlr4/NCIntentDsl.g4  | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/antlr4/NCIntentDsl.g4
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/antlr4/NCIntentDsl.g4
index ecd5fe6..4bc9a82 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/antlr4/NCIntentDsl.g4
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/antlr4/NCIntentDsl.g4
@@ -56,9 +56,6 @@ javaFqn
     | javaFqn DOT ID
     ;
 termId: LPAREN ID RPAREN;
-
-
-
 item
     : pred
     | LPAREN item RPAREN

Reply via email to