Skip to content

Commit

Permalink
change searchResponse method to fix breaking change in managed service (
Browse files Browse the repository at this point in the history
#1917)

* change searchResponse method to fix breaking change in managed service

Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com>
  • Loading branch information
rbhavna authored Jan 25, 2024
1 parent 01588c2 commit 1dbcb1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public static void wrapListenerToHandleConnectorIndexNotFound(Exception e, Actio
0,
0,
0,
null,
new ShardSearchFailure[] {},
SearchResponse.Clusters.EMPTY,
null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ public static void wrapListenerToHandleSearchIndexNotFound(Exception e, ActionLi
0,
0,
0,
null,
new ShardSearchFailure[] {},
SearchResponse.Clusters.EMPTY,
null
Expand Down

0 comments on commit 1dbcb1c

Please sign in to comment.