Skip to content

Commit

Permalink
clean comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Sep 20, 2024
1 parent 5dfbb61 commit 895d92d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ private static String _computeEscapeCodeBelowASCII32(char c) {
return sb.toString();
}

// %x22 / ; " quotation mark U+0022
// %x5C / ; \ reverse solidus U+005C

// " quotation mark U+0022 -- escaped as \"
// \ reverse solidus U+005C -- escaped as \\
// / solidus U+002F -- escaped as \/
Expand Down

0 comments on commit 895d92d

Please sign in to comment.