We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f519b commit be92473Copy full SHA for be92473
src/main/java/org/elasticsearch/plugin/readonlyrest/acl/blocks/rules/impl/KibanaAccessRule.java
@@ -10,11 +10,9 @@
10
import org.elasticsearch.plugin.readonlyrest.acl.blocks.rules.Rule;
11
import org.elasticsearch.plugin.readonlyrest.acl.blocks.rules.RuleExitResult;
12
import org.elasticsearch.plugin.readonlyrest.acl.blocks.rules.RuleNotConfiguredException;
13
-import org.elasticsearch.rest.RestRequest;
14
15
import java.util.List;
16
17
-import static org.elasticsearch.rest.RestRequest.Method.*;
18
19
/**
20
* Created by sscarduzio on 26/03/2016.
0 commit comments