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 ab8c86a  Fixed javadoc.
ab8c86a is described below

commit ab8c86a0c88f3fa673ab951be38880d218686561
Author: Aaron Radzinski <[email protected]>
AuthorDate: Thu Aug 5 18:13:17 2021 -0700

    Fixed javadoc.
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java          | 1 -
 .../scala/org/apache/nlpcraft/model/tools/embedded/NCEmbeddedResult.java | 1 -
 2 files changed, 2 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 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 @@ import java.util.Collection;
  * 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 @@ public interface NCEmbeddedResult extends NCMetadata {
     /**
      * Gets optional error code. One of the following codes:
      * <table class="dl-table">
-     * <caption>Error codes.</caption>
      * <thead>
      *     <tr>
      *         <th>Code</th>

Reply via email to