[
https://issues.apache.org/jira/browse/HDDS-1852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16895077#comment-16895077
]
Hudson commented on HDDS-1852:
------------------------------
FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #16998 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/16998/])
HDDS-1852. Fix typo in TestOmAcls (elek: rev
61ec03c966d2d1b082851c737521a1df16faa2d8)
* (edit)
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOmAcls.java
> 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
> Assignee: Doroszlai, Attila
> Priority: Trivial
> Labels: newbie, pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> 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]