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
The following commit(s) were added to refs/heads/master by this push:
new c73a1bf Fix Javadoc (again).
c73a1bf is described below
commit c73a1bf7fbf748d29702ece45dda8a21cdc9a9cd
Author: Aaron Radzinski <[email protected]>
AuthorDate: Thu Aug 5 18:33:18 2021 -0700
Fix Javadoc (again).
---
nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java | 4 ++--
.../org/apache/nlpcraft/model/tools/embedded/NCEmbeddedResult.java | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
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 @@ import java.util.Collection;
/**
* 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 @@ public interface NCEmbeddedResult extends NCMetadata {
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>