viviel created TUBEMQ-91:
----------------------------
Summary: replace explicit type with <>
Key: TUBEMQ-91
URL: https://issues.apache.org/jira/browse/TUBEMQ-91
Project: Apache TubeMQ
Issue Type: Improvement
Reporter: vivielreplace 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 message was sent by Atlassian Jira (v8.3.4#803005)
