Skip to content

Commit 895d92d

Browse files
committed
clean comments
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 5dfbb61 commit 895d92d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

logback-core/src/main/java/ch/qos/logback/core/encoder/JsonEscapeUtil.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ private static String _computeEscapeCodeBelowASCII32(char c) {
7777
return sb.toString();
7878
}
7979

80-
// %x22 / ; " quotation mark U+0022
81-
// %x5C / ; \ reverse solidus U+005C
82-
8380
// " quotation mark U+0022 -- escaped as \"
8481
// \ reverse solidus U+005C -- escaped as \\
8582
// / solidus U+002F -- escaped as \/

0 commit comments

Comments
 (0)