Skip to content

Commit 5fe25f5

Browse files
committed
Merge branch '2.16' of github.com:FasterXML/jackson-core into 2.16
2 parents 93244c9 + 3ca0372 commit 5fe25f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/core/base/ParserBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ protected ContentReference _contentReference() {
15431543
* and source information is <b>NOT</b> to be included
15441544
* ({@code StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION} disabled).
15451545
*<p>
1546-
* Default implementation will simply return {@code ContentReference.unknown()}.
1546+
* Default implementation will simply return {@link ContentReference#redacted()}.
15471547
*
15481548
* @return ContentReference object to use when source is not to be included
15491549
*

0 commit comments

Comments
 (0)