We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc024d9 commit 3ca0372Copy full SHA for 3ca0372
src/main/java/com/fasterxml/jackson/core/base/ParserBase.java
@@ -1543,7 +1543,7 @@ protected ContentReference _contentReference() {
1543
* and source information is <b>NOT</b> to be included
1544
* ({@code StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION} disabled).
1545
*<p>
1546
- * Default implementation will simply return {@code ContentReference.unknown()}.
+ * Default implementation will simply return {@link ContentReference#redacted()}.
1547
*
1548
* @return ContentReference object to use when source is not to be included
1549
0 commit comments