This is an automated email from the ASF dual-hosted git repository. nielsbasjes pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/avro.git
commit f1e58776fc2cb5fd94f31165d12e146a44f12d91 Author: naferx <[email protected]> AuthorDate: Sat Dec 2 07:26:18 2023 -0500 remove unnecessary import `org.apache.avro.generic.GenericArray` is not used anywhere in this file --- .../org/apache/avro/compiler/specific/templates/java/classic/record.vm | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/java/compiler/src/main/velocity/org/apache/avro/compiler/specific/templates/java/classic/record.vm b/lang/java/compiler/src/main/velocity/org/apache/avro/compiler/specific/templates/java/classic/record.vm index 2e3bb0759..ec1e6c3ca 100755 --- a/lang/java/compiler/src/main/velocity/org/apache/avro/compiler/specific/templates/java/classic/record.vm +++ b/lang/java/compiler/src/main/velocity/org/apache/avro/compiler/specific/templates/java/classic/record.vm @@ -19,7 +19,6 @@ package $this.mangle($schema.getNamespace()); #end -import org.apache.avro.generic.GenericArray; import org.apache.avro.specific.SpecificData; import org.apache.avro.util.Utf8; #if (!$schema.isError())
