[ 
https://issues.apache.org/jira/browse/AVRO-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oscar Westra van Holthe - Kind updated AVRO-4126:
-------------------------------------------------
    Fix Version/s: 1.13.0

> 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
>             Fix For: 1.12.1, 1.13.0
>
>
> 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)

Reply via email to