sigee opened a new pull request #217: Code cleanups URL: https://github.com/apache/bookkeeper/pull/217 Descriptions of the changes in this PR: There are some different kind of cleanups by commits. To make the code more readeable and improve code quality and improve performance in some cases. E.g.: - Remove unnecessary semicolons - Remove unused/unneeded/duplicated imports - Replace l to L in long literals - Remove boxing on an already boxed value - Replace iterations to bulk operations --- Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like: `<Issue # or BOOKKEEPER-#>: Description of pull request` `e.g. Issue 123: Description ...` `e.g. BOOKKEEPER-1234: Description ...` - [ ] Make sure tests pass via `mvn clean apache-rat:check install findbugs:check`. - [ ] Replace `<Issue # or BOOKKEEPER-#>` in the title with the actual Issue/JIRA number. --- ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
With regards, Apache Git Services