Skip to content

Commit 517b1bf

Browse files
committed
minor javadoc fix
1 parent 95cb57c commit 517b1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public enum StreamReadFeature
7676
* exception with that location information). If feature is disabled, no source reference
7777
* is passed and source is only indicated as "UNKNOWN".
7878
*<p>
79-
* Most common reason for disabling this feature is to avoid leaking information about
79+
* Most common reason for disabling this feature is to avoid leaking
8080
* internal information; this may be done for security reasons.
8181
* Note that even if source reference is included, only parts of contents are usually
8282
* printed, and not the whole contents. Further, many source reference types can not

0 commit comments

Comments
 (0)