Skip to content

Commit 3244175

Browse files
committed
Forgot to initialize the other config from constant
1 parent 525dc30 commit 3244175

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/schema/VisitorFormatWrapperImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class VisitorFormatWrapperImpl
4646
/**
4747
* @since 2.18
4848
*/
49-
protected boolean _writeEnumAsString = false;
49+
protected boolean _writeEnumAsString = DEFAULT_ENUM_AS_STRING;
5050

5151
/**
5252
* Visitor used for resolving actual Schema, if structured type

0 commit comments

Comments
 (0)