slfan1989 opened a new pull request, #4422: URL: https://github.com/apache/hadoop/pull/4422
JIRA:HADOOP-18284. Fix Repeated Semicolons. while reading the code, I found a very tiny optimization point, part of the code contains 2 semicolons at the end, I will fix it. Because this change is simple, I fixed it in One JIRA. The code looks like this: ``` private final ReentrantReadWriteLock lock = new ReentrantReadWriteLock();; ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
