HBASE-12741 AccessController contains a javadoc issue (Jurriaan Mous)

This commit is contained in:
tedyu 2014-12-22 08:32:37 -08:00
parent a1fe1e0964
commit fbf8b30aa6
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ public class AccessController extends BaseMasterAndRegionObserver
/**
* Checks that the user has the given global or namespace permission.
* @param namespace
* @param perm Action being requested
* @param permissions Actions being requested
*/
public void requireNamespacePermission(String request, String namespace,
Action... permissions) throws IOException {