Skip to content

Commit

Permalink
Remove a 2.16-added but now deprecated constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 20, 2023
1 parent 895b24b commit 19619fb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/com/fasterxml/jackson/core/io/IOContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,6 @@ public IOContext(StreamReadConstraints src, BufferRecycler br,
br, contentRef, managedResource);
}

@Deprecated // In 2.16: remove ASAP
public IOContext(StreamReadConstraints src, StreamWriteConstraints swc,
BufferRecycler br, ContentReference contentRef, boolean managedResource)
{
this(src, swc, ErrorReportConfiguration.defaults(),
br, contentRef, managedResource);
}

/**
* Deprecated legacy constructor.
*
Expand Down

0 comments on commit 19619fb

Please sign in to comment.