[ https://issues.apache.org/jira/browse/APEXCORE-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15962259#comment-15962259 ]
ASF GitHub Bot commented on APEXCORE-691: ----------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/apex-core/pull/505 > Use type inference for generic instance creation > ------------------------------------------------ > > Key: APEXCORE-691 > URL: https://issues.apache.org/jira/browse/APEXCORE-691 > Project: Apache Apex Core > Issue Type: Task > Reporter: Vlad Rozov > Assignee: Vlad Rozov > Priority: Minor > > The current Java language level allows using type inference for generic > instance creation making constructs like > {noformat} > Map <String, String> map = new HashMap<String, String>(); > {noformat} > unnecessary. -- This message was sent by Atlassian JIRA (v6.3.15#6346)