Skip to content

Commit

Permalink
Addressing review comment
Browse files Browse the repository at this point in the history
Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
  • Loading branch information
bharath-techie committed Jul 19, 2022
1 parent 7f9d1b8 commit 5d8ec6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ final class SearchContextIdForNode implements Writeable {
private final ShardSearchContextId searchContextId;
private final String clusterAlias;

public SearchContextIdForNode(@Nullable String clusterAlias, String node, ShardSearchContextId searchContextId) {
SearchContextIdForNode(@Nullable String clusterAlias, String node, ShardSearchContextId searchContextId) {
this.node = node;
this.clusterAlias = clusterAlias;
this.searchContextId = searchContextId;
Expand Down

0 comments on commit 5d8ec6b

Please sign in to comment.