viviel opened a new pull request #71: URL: https://github.com/apache/incubator-tubemq/pull/71
replace explicit type with <> example: List<String> list = new ArrayList<String>(); -> List<String> list = new ArrayList<>(); scope of influence: package: org.apache.tubemq.client.consumer ---------------------------------------------------------------- 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]
