[
https://issues.apache.org/jira/browse/AVRO-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17945697#comment-17945697
]
Oscar Westra van Holthe - Kind commented on AVRO-4126:
------------------------------------------------------
This change is triggered by recent JDK versions emitting warnings. This causes
tests to fail (at least locally).
> 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.12.0, 1.11.4
> Reporter: Oscar Westra van Holthe - Kind
> Priority: Minor
> Labels: java
>
> 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)