You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tubemq.apache.org by "Guo Jiwei (Jira)" <ji...@apache.org> on 2020/05/09 07:16:00 UTC

[jira] [Closed] (TUBEMQ-91) replace explicit type with <>

     [ https://issues.apache.org/jira/browse/TUBEMQ-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guo Jiwei closed TUBEMQ-91.
---------------------------

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