HBASE-12741 AccessController contains a javadoc issue (Jurriaan Mous)
This commit is contained in:
parent
fbc852b680
commit
84d4ad76ab
|
@ -537,7 +537,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 {
|
||||
|
|
Loading…
Reference in New Issue