Skip to content

Commit

Permalink
AVRO-4040 | spotless fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek committed Aug 28, 2024
1 parent ad5bd3f commit bd4f5ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
import java.lang.annotation.Target;

/**
* Indicates that an annotated accessor is an Avro internal
* and should be ignored when introspecting @AvroGenerated classes.
* Indicates that an annotated accessor is an Avro internal and should be
* ignored when introspecting @AvroGenerated classes.
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
Expand Down

0 comments on commit bd4f5ba

Please sign in to comment.