AdminQueryShell: Update Javadoc

Remove reference to `canPerformRawQuery` capability which no longer
exists.

Change-Id: Ie7c9ba9288c49c3d13363d7f6670788baa6b777c
This commit is contained in:
David Pursehouse 2016-02-12 15:15:49 +09:00
parent d2d294b5a4
commit 82897bd0d9

View File

@ -65,7 +65,8 @@ final class AdminQueryShell extends SshCommand {
* As the @RequireCapability guards at various entry points of internal
* commands implicitly add administrators (which we want to avoid), we also
* check permissions within QueryShell and grant access only to those who
* canPerformRawQuery, regardless of whether they are administrators or not.
* can access the database, regardless of whether they are administrators or
* not.
*
* @throws PermissionDeniedException
*/