You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Abdullah Alamoudi (JIRA)" <ji...@apache.org> on 2018/03/07 23:48:00 UTC

[jira] [Closed] (ASTERIXDB-1542) Change allowed statement in api servlet to return set instead of list

     [ https://issues.apache.org/jira/browse/ASTERIXDB-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abdullah Alamoudi closed ASTERIXDB-1542.
----------------------------------------

> 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: API - 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
(v7.6.3#76005)