Skip to content

Commit 0eb46a6

Browse files
committed
Merge branch '2.19'
2 parents d7cab65 + 9c51b81 commit 0eb46a6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/main/java/tools/jackson/databind/introspect/POJOPropertyBuilder.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -930,14 +930,11 @@ public void removeIgnored()
930930
_ctorParameters = _removeIgnored(_ctorParameters);
931931
}
932932

933-
@Deprecated // since 2.12
934-
public JsonProperty.Access removeNonVisible(boolean inferMutators) {
935-
return removeNonVisible(inferMutators, null);
936-
}
937-
938933
/**
939934
* @param inferMutators Whether mutators can be "pulled in" by visible
940935
* accessors or not.
936+
* @param parent (nullable) Collector to add name ignorals to, if that is
937+
* desired.
941938
*
942939
* @since 2.12 (earlier had different signature)
943940
*/

0 commit comments

Comments
 (0)