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 549d8e6 commit 3577a42Copy full SHA for 3577a42
src/main/java/com/fasterxml/jackson/core/io/CharacterEscapes.java
@@ -63,8 +63,7 @@ public abstract class CharacterEscapes
63
* customize definitions. Caller can modify this array as it sees
64
* fit and usually returns modified instance via {@link #getEscapeCodesForAscii}
65
*/
66
- public static int[] standardAsciiEscapesForJSON()
67
- {
+ public static int[] standardAsciiEscapesForJSON() {
68
int[] esc = CharTypes.get7BitOutputEscapes();
69
return ArraysCompat.copyOf(esc, esc.length);
70
}
0 commit comments