Skip to content

Commit 3d1a46e

Browse files
committed
minor comment add
1 parent 05bc938 commit 3d1a46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avro/src/main/java/com/fasterxml/jackson/dataformat/avro/AvroTypeResolverBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public class AvroTypeResolverBuilder extends StdTypeResolverBuilder {
2020

2121
public AvroTypeResolverBuilder() {
22-
super(JsonTypeInfo.Id.CUSTOM,
22+
super(JsonTypeInfo.Id.CUSTOM, // could be NONE, but there is type discriminator in Avro...
2323
JsonTypeInfo.As.PROPERTY, // N/A for custom
2424
"@class" // similarly, N/A
2525
);

0 commit comments

Comments
 (0)