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/06/05 06:38:16 UTC

[incubator-nlpcraft] branch NLPCRAFT-70 updated: Javadoc fix.

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch NLPCRAFT-70
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-70 by this push:
     new 48ed93a  Javadoc fix.
     new e5ec0ff  Merge branch 'NLPCRAFT-70' of https://github.com/apache/incubator-nlpcraft into NLPCRAFT-70
48ed93a is described below

commit 48ed93a58f18d7cf4bd40b5ef0747ce51dcfa80a
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Thu Jun 4 23:37:52 2020 -0700

    Javadoc fix.
---
 .../org/apache/nlpcraft/model/tools/sqlgen/NCSqlModelGenerator.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlModelGenerator.java b/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlModelGenerator.java
index b48cab5..40aa915 100644
--- a/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlModelGenerator.java
+++ b/src/main/scala/org/apache/nlpcraft/model/tools/sqlgen/NCSqlModelGenerator.java
@@ -40,7 +40,7 @@ import org.apache.nlpcraft.model.tools.sqlgen.impl.NCSqlModelGeneratorImpl;
  *     <li>
  *         Modify and extend generated model stub to your own needs. In most cases, you'll need
  *         to add, remove or modify auto-generated synonyms, add intents, etc. Note, however, that generated model
- *         is fully complete and can be used as is.
+ *         is valid and minimally complete and can be used as is.
  *     </li>
  *     <li>
  *         Use {@link NCSqlSchemaBuilder#makeSchema(NCModel)} method to get an object representation of the