Skip to content

Commit

Permalink
Forgot to initialize the other config from constant
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 5, 2025
1 parent 525dc30 commit 3244175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class VisitorFormatWrapperImpl
/**
* @since 2.18
*/
protected boolean _writeEnumAsString = false;
protected boolean _writeEnumAsString = DEFAULT_ENUM_AS_STRING;

/**
* Visitor used for resolving actual Schema, if structured type
Expand Down

0 comments on commit 3244175

Please sign in to comment.