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 67ec34b commit 3e43c10Copy full SHA for 3e43c10
src/main/java/com/fasterxml/jackson/core/JsonParser.java
@@ -361,7 +361,7 @@ public enum Feature {
361
* with reference to source or not. If source reference is included, its type and contents
362
* are included when `toString()` method is called (most notably when printing out parse
363
* exception with that location information). If feature is disabled, no source reference
364
- * is passed and source is only indicated as "UNKNOWN".
+ * is passed and source is only indicated as "REDACTED".
365
*<p>
366
* Most common reason for disabling this feature is to avoid leaking information about
367
* internal information; this may be done for security reasons.
0 commit comments