[
https://issues.apache.org/jira/browse/AVRO-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935227#comment-16935227
]
ASF subversion and git services commented on AVRO-2566:
-------------------------------------------------------
Commit 1bd62dde0e065a1527553e3abf36b305b7e4004c in avro's branch
refs/heads/master from Zezeng Wang
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=1bd62dd ]
AVRO-2566: Declared generic but did not initialize generic type (#654)
> Declared generic but did not initialize generic type
> ----------------------------------------------------
>
> Key: AVRO-2566
> URL: https://issues.apache.org/jira/browse/AVRO-2566
> Project: Apache Avro
> Issue Type: Bug
> Components: java
> Reporter: Zezeng Wang
> Priority: Minor
>
> lang/java/avro-compiler/..
> SchemaResolver.java
> List<Schema> newSchemas = new ArrayList(types.size());
> The generic is declared here, but the initialization is using a non-generic
> type,
> so I corrected it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)