We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7cef9 commit 3a4f156Copy full SHA for 3a4f156
src/main/java/com/fasterxml/jackson/core/io/IOContext.java
@@ -72,12 +72,12 @@ public class IOContext
72
/**
73
* @since 2.16
74
*/
75
- protected final ErrorReportConfiguration _errorReportConfiguration;
+ protected final StreamWriteConstraints _streamWriteConstraints;
76
77
78
79
80
- protected final StreamWriteConstraints _streamWriteConstraints;
+ protected final ErrorReportConfiguration _errorReportConfiguration;
81
82
83
* Reference to the allocated I/O buffer for low-level input reading,
0 commit comments