HBASE-12741 AccessController contains a javadoc issue (Jurriaan Mous)
This commit is contained in:
parent
a1fe1e0964
commit
fbf8b30aa6
|
@ -539,7 +539,7 @@ public class AccessController extends BaseMasterAndRegionObserver
|
||||||
/**
|
/**
|
||||||
* Checks that the user has the given global or namespace permission.
|
* Checks that the user has the given global or namespace permission.
|
||||||
* @param namespace
|
* @param namespace
|
||||||
* @param perm Action being requested
|
* @param permissions Actions being requested
|
||||||
*/
|
*/
|
||||||
public void requireNamespacePermission(String request, String namespace,
|
public void requireNamespacePermission(String request, String namespace,
|
||||||
Action... permissions) throws IOException {
|
Action... permissions) throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue