Oscar Westra van Holthe - Kind created AVRO-4126: ----------------------------------------------------
Summary: The comment at the top of generated files should not be Javadoc Key: AVRO-4126 URL: https://issues.apache.org/jira/browse/AVRO-4126 Project: Apache Avro Issue Type: Bug Components: java Affects Versions: 1.11.4, 1.12.0 Reporter: Oscar Westra van Holthe - Kind Generated source files now start like this: {code:java} /** * Autogenerated by Avro * * DO NOT EDIT DIRECTLY */ package avro.examples.baseball; {code} However, a javadoc comment is not correct here. Instead, it should be: {code:java} /* * Autogenerated by Avro * * DO NOT EDIT DIRECTLY */ package avro.examples.baseball; {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)