Skip to content

Commit 1cb05c9

Browse files
author
MaxKsyunz
committed
Update comment checkstyle.
Signed-off-by: MaxKsyunz <[email protected]>
1 parent f84c100 commit 1cb05c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensearch/src/main/java/org/opensearch/sql/opensearch/request/OpenSearchRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ OpenSearchResponse search(Function<SearchRequest, SearchResponse> searchAction,
5555
/**
5656
* Check if there is more data to get from OpenSearch.
5757
* @return True if calling {@ref OpenSearchClient.search} with this request will
58-
* return non-empty response.
58+
* return non-empty response.
5959
*/
6060
boolean hasAnotherBatch();
6161

0 commit comments

Comments
 (0)