This is an automated email from the ASF dual-hosted git repository. aradzinski pushed a commit to branch NLPCRAFT-224 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit 1499a8a1bb50f4095f6420e5f9eb1720774e58b3 Author: Aaron Radzinski <[email protected]> AuthorDate: Fri Jan 22 14:06:30 2021 -0800 Update NCToken.java --- nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCToken.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCToken.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCToken.java index 4913286..a3a9eb9 100644 --- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCToken.java +++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCToken.java @@ -303,7 +303,7 @@ public interface NCToken extends NCMetadata { /** * Tests whether or not this token is a user-defined token. * - * @return {code true} if this token is defined by the model element in the user model, {@code false} otherwise. + * @return {@code True} if this token is defined by the model element in the user model, {@code false} otherwise. */ default boolean isUserDefined() { String id = getId();
