Skip to content

Commit

Permalink
Fix updates
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <steecraw@amazon.com>
  • Loading branch information
stephen-crawford committed Jun 14, 2023
1 parent 5d3f80d commit f46f03a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,16 @@ public String toString() {
return "CreateIndexClusterStateUpdateRequest{"
+ "cause='"
+ cause
+ '\
+ '\''
+ ", index='"
+ index
+ '\
+ '\''
+ ", dataStreamName='"
+ dataStreamName
+ '\
+ '\''
+ ", providedName='"
+ providedName
+ '\
+ '\''
+ ", recoverFrom="
+ recoverFrom
+ ", resizeType="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public String toString() {
+ timeout
+ ", index='"
+ index
+ '\
+ '\''
+ ", trimAboveSeqNo="
+ trimAboveSeqNo
+ ", maxSeenAutoIdTimestampOnPrimary="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -755,10 +755,10 @@ public String toString() {
+ indicesOptions
+ ", routing='"
+ routing
+ '\
+ '\''
+ ", preference='"
+ preference
+ '\
+ '\''
+ ", requestCache="
+ requestCache
+ ", scroll="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public int hashCode() {

@Override
public String toString() {
return "SearchScrollRequest{" + "scrollId='" + scrollId + '\ + ", scroll=" + scroll + '}';
return "SearchScrollRequest{" + "scrollId='" + scrollId + '\'' + ", scroll=" + scroll + '}';
}

@Override
Expand Down

0 comments on commit f46f03a

Please sign in to comment.