Skip to content

Commit 3ca0372

Browse files
authored
Modify JavaDoc of ParserBase._contentReferenceRedacted() (#1057)
1 parent dc024d9 commit 3ca0372

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)