dockerzhang / incubator-inlong

Apache InLong - a one-stop data streaming platform
https://inlong.apache.org/
Apache License 2.0
0 stars 0 forks source link

[INLONG-91] replace explicit type with <> #91

Closed dockerzhang closed 3 years ago

dockerzhang commented 3 years ago

replace explicit type with <>

example: List list = new ArrayList(); -> List list = new ArrayList<>();

scope of influence:

package: org.apache.tubemq.client.consumer

JIRA link - [INLONG-91] created by viviel