[ https://issues.apache.org/jira/browse/HDDS-1852?focusedWorklogId=283485&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-283485 ]
ASF GitHub Bot logged work on HDDS-1852: ---------------------------------------- Author: ASF GitHub Bot Created on: 26/Jul/19 17:08 Start Date: 26/Jul/19 17:08 Worklog Time Spent: 10m Work Description: adoroszlai commented on pull request #1173: HDDS-1852. Fix typo in TestOmAcls URL: https://github.com/apache/hadoop/pull/1173 ## What changes were proposed in this pull request? Fix typo, remove unnecessary `throws`. ## How was this patch tested? Ran unit test. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 283485) Time Spent: 10m Remaining Estimate: 0h > 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: 10m > 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: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org