Skip to content

Commit 733b8d6

Browse files
committed
Merge branch '2.13'
2 parents 36a75b7 + 84c6c3c commit 733b8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/MapperFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ public enum MapperFeature
398398
private final long _mask;
399399

400400
public static long collectLongDefaults() {
401-
int flags = 0;
401+
long flags = 0;
402402
for (MapperFeature value : MapperFeature.values()) {
403403
if (value.enabledByDefault()) {
404404
flags |= value.getLongMask();

0 commit comments

Comments
 (0)