Skip to content

Commit 4427116

Browse files
committed
...
1 parent 768e458 commit 4427116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public enum Feature {
109109
QUOTE_NON_NUMERIC_NUMBERS(true),
110110

111111
// // Character escaping features
112-
112+
113113
/**
114114
* Feature that specifies that all characters beyond 7-bit ASCII
115115
* range (i.e. code points of 128 and above) need to be output
@@ -127,11 +127,11 @@ public enum Feature {
127127
*
128128
* @deprecated Since 2.10 use {@link com.fasterxml.jackson.core.json.JsonWriteFeature#ESCAPE_NON_ASCII} instead
129129
*/
130-
@Deprecated
130+
@Deprecated
131131
ESCAPE_NON_ASCII(false),
132132

133133
// // Datatype coercion features
134-
134+
135135
/**
136136
* Feature that forces all Java numbers to be written as Strings,
137137
* even if the underlying data format has non-textual representation

0 commit comments

Comments
 (0)