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 5dfbb61 commit 895d92dCopy full SHA for 895d92d
logback-core/src/main/java/ch/qos/logback/core/encoder/JsonEscapeUtil.java
@@ -77,9 +77,6 @@ private static String _computeEscapeCodeBelowASCII32(char c) {
77
return sb.toString();
78
}
79
80
- // %x22 / ; " quotation mark U+0022
81
- // %x5C / ; \ reverse solidus U+005C
82
-
83
// " quotation mark U+0022 -- escaped as \"
84
// \ reverse solidus U+005C -- escaped as \\
85
// / solidus U+002F -- escaped as \/
0 commit comments