This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-473
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-473 by this push:
new f49ca8e Update NCIntentTerm.java
f49ca8e is described below
commit f49ca8e7c51c5c4ca9245f3de5f11fca770da4a6
Author: Aaron Radzinski <[email protected]>
AuthorDate: Thu Jan 27 09:20:36 2022 -0800
Update NCIntentTerm.java
---
nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentTerm.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentTerm.java
b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentTerm.java
index 5486a5e..3fc68c1 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentTerm.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCIntentTerm.java
@@ -29,8 +29,6 @@ import static java.lang.annotation.RetentionPolicy.*;
* @see NCIntentRef
* @see NCIntentSample
* @see NCIntentSampleRef
- * @see NCModelAddClasses
- * @see NCModelAddPackage
* @see NCIntentSkip
* @see NCIntentMatch
* @see NCModel#onMatchedIntent(NCIntentMatch)