Fixed javadoc.
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 1f89e43..ede0359 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java
@@ -29,7 +29,6 @@
  * text body and the type. The type is similar in notion to MIME types. The following is the list of supported
  * result types:
  * <table class="dl-table">
- *     <caption>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 e18d2f6..2472da7 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
@@ -87,7 +87,6 @@
     /**
      * Gets optional error code. One of the following codes:
      * <table class="dl-table">
-     * <caption>Error codes.</caption>
      * <thead>
      *     <tr>
      *         <th>Code</th>