We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36a75b7 + 84c6c3c commit 733b8d6Copy full SHA for 733b8d6
src/main/java/com/fasterxml/jackson/databind/MapperFeature.java
@@ -398,7 +398,7 @@ public enum MapperFeature
398
private final long _mask;
399
400
public static long collectLongDefaults() {
401
- int flags = 0;
+ long flags = 0;
402
for (MapperFeature value : MapperFeature.values()) {
403
if (value.enabledByDefault()) {
404
flags |= value.getLongMask();
0 commit comments