Skip to content

Commit 36a75b7

Browse files
committed
...
1 parent 39b9deb commit 36a75b7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/java/com/fasterxml/jackson/databind/cfg/MapperConfig.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@ public final boolean isEnabled(MapperFeature f) {
9292
return (_mapperFeatures & f.getLongMask()) != 0;
9393
}
9494

95-
/**
96-
* "Bulk" access method for checking that all features specified by
97-
* mask are enabled.
98-
*/
99-
public final boolean hasMapperFeatures(int featureMask) {
100-
return (_mapperFeatures & featureMask) == featureMask;
101-
}
102-
10395
/**
10496
* Method for determining whether annotation processing is enabled or not
10597
* (default settings are typically that it is enabled; must explicitly disable).

0 commit comments

Comments
 (0)