diff --git a/opensearch/src/main/java/org/opensearch/sql/opensearch/data/utils/Content.java b/opensearch/src/main/java/org/opensearch/sql/opensearch/data/utils/Content.java index a0048c57c6..0c3d2aec45 100644 --- a/opensearch/src/main/java/org/opensearch/sql/opensearch/data/utils/Content.java +++ b/opensearch/src/main/java/org/opensearch/sql/opensearch/data/utils/Content.java @@ -10,12 +10,13 @@ import org.apache.commons.lang3.tuple.Pair; /** - *
+ *
  * Regardless the underling data format, the {@link Content} define the data in abstract manner.
  * which could be parsed by ElasticsearchExprValueFactory. There are two major use cases:
- * 1. Represent the JSON data retrieve from OpenSearch search response.
- * 2. Represent the Object data extract from the OpenSearch aggregation response.
- * 
+ *
    + *
  1. Represent the JSON data retrieve from OpenSearch search response.
  2. + *
  3. Represent the Object data extract from the OpenSearch aggregation response.
  4. + *
*/ public interface Content {