Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jan 11, 2025
1 parent a9e4453 commit b4a816e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ public void writeStringLatin1(byte[] value) {
}

static boolean containsEscaped(long data, long quote) {
// c == quote || c == '\\' || c < ' '
/*
for (int i = 0; i < 8; ++i) {
byte c = (byte) data;
Expand Down

0 comments on commit b4a816e

Please sign in to comment.