Skip to content

Commit 19619fb

Browse files
committed
Remove a 2.16-added but now deprecated constructor
1 parent 895b24b commit 19619fb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/java/com/fasterxml/jackson/core/io/IOContext.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,6 @@ public IOContext(StreamReadConstraints src, BufferRecycler br,
169169
br, contentRef, managedResource);
170170
}
171171

172-
@Deprecated // In 2.16: remove ASAP
173-
public IOContext(StreamReadConstraints src, StreamWriteConstraints swc,
174-
BufferRecycler br, ContentReference contentRef, boolean managedResource)
175-
{
176-
this(src, swc, ErrorReportConfiguration.defaults(),
177-
br, contentRef, managedResource);
178-
}
179-
180172
/**
181173
* Deprecated legacy constructor.
182174
*

0 commit comments

Comments
 (0)