Skip to content

Commit

Permalink
Fixing compilation error
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
  • Loading branch information
MitchellGale committed Aug 18, 2023
1 parent 4e84c3b commit dbc818a
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 dbc818a

Please sign in to comment.