File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
src/main/java/com/fasterxml/jackson/core/io Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
package com .fasterxml .jackson .core .io ;
2
2
3
- import com .fasterxml .jackson .core .ErrorReportConfiguration ;
4
-
5
- import java .io .File ;
6
- import java .io .IOException ;
7
- import java .io .ObjectInputStream ;
8
- import java .io .ObjectOutputStream ;
3
+ import java .io .*;
9
4
import java .net .URI ;
10
5
import java .net .URL ;
11
6
import java .nio .charset .StandardCharsets ;
12
7
import java .util .Objects ;
13
8
9
+ import com .fasterxml .jackson .core .ErrorReportConfiguration ;
10
+
14
11
/**
15
12
* Abstraction that encloses information about content being processed --
16
13
* input source or output target, streaming or
@@ -54,7 +51,7 @@ public class ContentReference
54
51
* logs.
55
52
*
56
53
* @since 2.9
57
- * @deprecated Since 2.16. {@link ErrorReportConfiguration.Builder#maxRawContentLength(int) } will be used instead.
54
+ * @deprecated Since 2.16. {@link ErrorReportConfiguration#DEFAULT_MAX_RAW_CONTENT_LENGTH } will be used instead.
58
55
*/
59
56
@ Deprecated
60
57
public static final int DEFAULT_MAX_CONTENT_SNIPPET = 500 ;
You can’t perform that action at this time.
0 commit comments