Skip to content

Commit 3e43c10

Browse files
committed
Minor Javadoc fix
1 parent 67ec34b commit 3e43c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/core/JsonParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public enum Feature {
361361
* with reference to source or not. If source reference is included, its type and contents
362362
* are included when `toString()` method is called (most notably when printing out parse
363363
* exception with that location information). If feature is disabled, no source reference
364-
* is passed and source is only indicated as "UNKNOWN".
364+
* is passed and source is only indicated as "REDACTED".
365365
*<p>
366366
* Most common reason for disabling this feature is to avoid leaking information about
367367
* internal information; this may be done for security reasons.

0 commit comments

Comments
 (0)