Skip to content

Commit 4198fb4

Browse files
committed
Refactor : remove unnecessray changes
1 parent fdaa556 commit 4198fb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/util/EnumValues.java

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public static EnumValues construct(SerializationConfig config, Class<Enum<?>> en
3838
if (config.isEnabled(SerializationFeature.WRITE_ENUMS_USING_TO_STRING)) {
3939
return constructFromToString(config, enumClass);
4040
}
41-
4241
return constructFromName(config, enumClass);
4342
}
4443

0 commit comments

Comments
 (0)