remove TODO from deprecated class we're not going to refactor (#1173)
This commit is contained in:
parent
41c63b284a
commit
55537206c1
|
@ -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 = ',';
|
||||
|
|
Loading…
Reference in New Issue