| commit | c73a1bf7fbf748d29702ece45dda8a21cdc9a9cd | [log] [tgz] |
|---|---|---|
| author | Aaron Radzinski <aradzinski@datalingvo.com> | Thu Aug 05 18:33:18 2021 -0700 |
| committer | Aaron Radzinski <aradzinski@datalingvo.com> | Thu Aug 05 18:33:18 2021 -0700 |
| tree | f9a162f0dd2cb4c20f72a34aa1259560e3d1356e | |
| parent | ab8c86a0c88f3fa673ab951be38880d218686561 [diff] |
Fix Javadoc (again).
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java index ede0359..e01b1b7 100644 --- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java +++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java
@@ -26,9 +26,9 @@ /** * Data model result returned from model intent callbacks. Result consists of the - * text body and the type. The type is similar in notion to MIME types. The following is the list of supported - * result types: + * text body and the type. The type is similar in notion to MIME types. * <table class="dl-table"> + * <caption>Supported result types:</caption> * <tr> * <th>Result Type</th> * <th>Factory Method</th>
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/embedded/NCEmbeddedResult.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/embedded/NCEmbeddedResult.java index 2472da7..bcdcf73 100644 --- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/embedded/NCEmbeddedResult.java +++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/embedded/NCEmbeddedResult.java
@@ -85,8 +85,9 @@ String getErrorMessage(); /** - * Gets optional error code. One of the following codes: + * Gets optional error code. * <table class="dl-table"> + * <caption>Supported error codes:</caption> * <thead> * <tr> * <th>Code</th>