Dinesh Chitlangia created HDDS-1852:
---------------------------------------
Summary: Fix typo in TestOmAcls
Key: HDDS-1852
URL: https://issues.apache.org/jira/browse/HDDS-1852
Project: Hadoop Distributed Data Store
Issue Type: Test
Components: test
Affects Versions: 0.4.1
Reporter: Dinesh Chitlangia
In test class TestOmAcls.java, correct the typo
{code}OzoneAccessAuthrizerTest{code}
{code:java}
class OzoneAccessAuthrizerTest implements IAccessAuthorizer {
@Override
public boolean checkAccess(IOzoneObj ozoneObject, RequestContext context)
throws OMException {
return false;
}
{code}
Change {code}OzoneAccessAuthrizerTest{code} to
{code}OzoneAccessAuthorizerTest{code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]