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

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

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

Guocheng Zhang reassigned TUBEMQ-91:
------------------------------------

    Assignee: Guocheng Zhang

> replace explicit type with <>
> -----------------------------
>
>                 Key: TUBEMQ-91
>                 URL: https://issues.apache.org/jira/browse/TUBEMQ-91
>             Project: Apache TubeMQ
>          Issue Type: Improvement
>            Reporter: viviel
>            Assignee: Guocheng Zhang
>            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)