Skip to content

Commit a86433b

Browse files
committed
Fix conflicts
Signed-off-by: Craig Perkins <[email protected]>
1 parent 2c8568b commit a86433b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sample-resource-plugin/src/main/java/org/opensearch/sample/SampleResourcePlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public List<RestHandler> getRestHandlers(
123123
handlers.add(new GetResourceGroupRestAction());
124124
handlers.add(new DeleteResourceGroupRestAction());
125125
handlers.add(new SearchResourceGroupRestAction());
126+
126127
handlers.add(new SecurePluginRestAction());
127128
return handlers;
128129
}

0 commit comments

Comments
 (0)