Skip to content

Commit f558181

Browse files
committed
...
1 parent 3155455 commit f558181

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
package com.fasterxml.jackson.core.io;
22

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.*;
94
import java.net.URI;
105
import java.net.URL;
116
import java.nio.charset.StandardCharsets;
127
import java.util.Objects;
138

9+
import com.fasterxml.jackson.core.ErrorReportConfiguration;
10+
1411
/**
1512
* Abstraction that encloses information about content being processed --
1613
* input source or output target, streaming or
@@ -54,7 +51,7 @@ public class ContentReference
5451
* logs.
5552
*
5653
* @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.
5855
*/
5956
@Deprecated
6057
public static final int DEFAULT_MAX_CONTENT_SNIPPET = 500;

0 commit comments

Comments
 (0)