garydgregory opened a new pull request #269: URL: https://github.com/apache/httpcomponents-client/pull/269
Each commit in this PR comprise one kind of cleanup/change: - Use Arrays.fill(). - Remove redundant modifiers. … - Use Collections.addAll() and Collection.addAll() APIs instead of loops. - Remove redundant returns. - No need to explicitly declare an array when calling a vararg method. - Remote extra semicolons (;). - Use a 'L' instead of 'l' to make long literals more readable. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
