Abdullah Alamoudi created ASTERIXDB-1542:
--------------------------------------------
Summary: Change allowed statement in api servlet to return set
instead of list
Key: ASTERIXDB-1542
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1542
Project: Apache AsterixDB
Issue Type: Bug
Components: HTTP API
Reporter: Abdullah Alamoudi
Assignee: Abdullah Alamoudi
Priority: Minor
protected abstract List<Byte> getAllowedStatements();
should be changed to:
protected abstract Set<Byte> getAllowedStatements();
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)