Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 11, 2024
1 parent 97b3c7f commit 009518b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tools/jackson/core/StreamReadFeature.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public enum StreamReadFeature
* with reference to source or not. If source reference is included, its type and contents
* are included when `toString()` method is called (most notably when printing out parse
* exception with that location information). If feature is disabled, no source reference
* is passed and source is only indicated as "UNKNOWN".
* is passed and source is only indicated as "REDACTED".
*<p>
* Most common reason for disabling this feature is to avoid leaking
* internal information; this may be done for security reasons.
Expand Down

0 comments on commit 009518b

Please sign in to comment.