Skip to content

Commit 5997732

Browse files
committed
cleanup comment
1 parent 5af337f commit 5997732

File tree

1 file changed

+0
-2
lines changed
  • parquet-variant/src/main/java/org/apache/parquet/variant

1 file changed

+0
-2
lines changed

parquet-variant/src/main/java/org/apache/parquet/variant/Variant.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,6 @@ private static String escapeJson(String str) {
301301
}
302302
}
303303

304-
// A simplified and more performant version of `sb.append(escapeJson(str))`. It is used when we
305-
// know `str` doesn't contain any special character that needs escaping.
306304
/**
307305
* Appends a quoted string to a StringBuilder. It is used when we know `str` doesn't contain any
308306
* special characters that needs escaping. This is more performant than

0 commit comments

Comments
 (0)