Skip to content

Commit

Permalink
Merge pull request #44 from wuwen5/1.0.11-compatibility-problems
Browse files Browse the repository at this point in the history
Fix version compatibility issues
  • Loading branch information
mercyblitz committed Jan 3, 2022
2 parents ed713c9 + 5e0d656 commit 184df1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public abstract class AbstractAnnotationBeanPostProcessor extends
*
* @since 1.0.11
*/
private boolean classValuesAsString = true;
private boolean classValuesAsString;

/**
* whether to turn nested Annotation instances into
Expand All @@ -116,7 +116,7 @@ public abstract class AbstractAnnotationBeanPostProcessor extends
*
* @since 1.0.11
*/
private boolean nestedAnnotationsAsMap = true;
private boolean nestedAnnotationsAsMap;

/**
* whether ignore default value or not
Expand Down

0 comments on commit 184df1c

Please sign in to comment.