Skip to content

Commit

Permalink
Update opensearch/src/main/java/org/opensearch/sql/opensearch/request…
Browse files Browse the repository at this point in the history
…/system/OpenSearchDescribeIndexRequest.java

Co-authored-by: Guian Gumpac <[email protected]>
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale and GumpacG authored Aug 17, 2023
1 parent 854f0f7 commit 2768f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ private String clusterName(Map<String, String> meta) {

@Override
public String toString() {
return "OpenSearchDescribeIndexRequest{" + "indexName='" + indexName + '\'' + '}';
return "OpenSearchDescribeIndexRequest{indexName='" + indexName + '\'}';
}
}

0 comments on commit 2768f29

Please sign in to comment.