You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/10/25 19:15:11 UTC

[incubator-nlpcraft] 02/02: javadoc fixes.

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

commit 5f91775169ed2643926a748eb80011a4c2b2542f
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sun Oct 25 12:14:58 2020 -0700

    javadoc fixes.
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentMatch.java | 1 +
 nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentSkip.java  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentMatch.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentMatch.java
index 669a0e3..8552856 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentMatch.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentMatch.java
@@ -32,6 +32,7 @@ import java.util.*;
  * @see NCIntent
  * @see NCIntentTerm
  * @see NCIntentSkip
+ * @see NCIntentSample
  * @see NCIntentRef
  */
 public interface NCIntentMatch extends Serializable {
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentSkip.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentSkip.java
index f3e7c85..b196632 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentSkip.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentSkip.java
@@ -36,6 +36,7 @@ import org.apache.nlpcraft.common.*;
  * @see NCIntent
  * @see NCIntentTerm
  * @see NCIntentRef
+ * @see NCIntentSample
  * @see NCIntentMatch
  * @see NCModel#onMatchedIntent(NCIntentMatch)
  */