Skip to content

Commit 3a4f156

Browse files
committed
Tiny tweak to field ordering
1 parent 1f7cef9 commit 3a4f156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ public class IOContext
7272
/**
7373
* @since 2.16
7474
*/
75-
protected final ErrorReportConfiguration _errorReportConfiguration;
75+
protected final StreamWriteConstraints _streamWriteConstraints;
7676

7777
/**
7878
* @since 2.16
7979
*/
80-
protected final StreamWriteConstraints _streamWriteConstraints;
80+
protected final ErrorReportConfiguration _errorReportConfiguration;
8181

8282
/**
8383
* Reference to the allocated I/O buffer for low-level input reading,

0 commit comments

Comments
 (0)