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>