This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-520
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-520 by this push:
new 1577e4d5 WIP
1577e4d5 is described below
commit 1577e4d5978d1e7a03d082e677b890970f492516
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Dec 24 12:35:41 2022 -0800
WIP
---
nlpcraft/src/main/scala/org/apache/nlpcraft/NCEntity.scala | 1 -
nlpcraft/src/main/scala/org/apache/nlpcraft/NCToken.scala | 1 -
2 files changed, 2 deletions(-)
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCEntity.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCEntity.scala
index cde3594c..e241a7c8 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCEntity.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCEntity.scala
@@ -28,7 +28,6 @@ package org.apache.nlpcraft
* that allows them to store custom metadata properties. Parser, enrichers
and validators for tokens
* and entities use this capability to store and check their properties in
tokens and entities.
*
- * @see [[NCEntity]]
* @see [[NCToken]]
* @see [[NCTokenParser]]
* @see [[NCTokenEnricher]]
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCToken.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCToken.scala
index 679307c8..46209c4f 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCToken.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCToken.scala
@@ -28,7 +28,6 @@ package org.apache.nlpcraft
* and entities use this capability to store and check their properties in
tokens and entities.
*
* @see [[NCEntity]]
- * @see [[NCToken]]
* @see [[NCTokenParser]]
* @see [[NCTokenEnricher]]
* @see [[NCTokenValidator]]