remove TODO from deprecated class we're not going to refactor (#1173)

This commit is contained in:
Elliotte Rusty Harold 2024-02-11 09:18:57 -05:00 committed by GitHub
parent 41c63b284a
commit 55537206c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -45,9 +45,6 @@ public class StringEscapeUtils {
/* ESCAPE TRANSLATORS */
// TODO: Create a parent class - 'SinglePassTranslator' ?
// It would handle the index checking + length returning,
// and could also have an optimization check method.
static class CsvEscaper extends CharSequenceTranslator {
private static final char CSV_DELIMITER = ',';