Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
Signed-off-by: Sarat Vemulapalli <[email protected]>
  • Loading branch information
saratvemulapalli committed Sep 13, 2022
1 parent 5f6bc96 commit 329ce48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ public <Request extends ActionRequest, Response extends ActionResponse> void reg
// Remote Store
actions.register(RestoreRemoteStoreAction.INSTANCE, TransportRestoreRemoteStoreAction.class);

return actions.getRegistry();
return unmodifiableMap(actions.getRegistry());
}

private ActionFilters setupActionFilters(List<ActionPlugin> actionPlugins) {
Expand Down

0 comments on commit 329ce48

Please sign in to comment.