Removing the multi-line TODO so it shows up as 1 TODO
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1066351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8106d2c387
commit
d0574706e1
|
@ -96,8 +96,8 @@ public class StringEscapeUtils {
|
||||||
public static final CharSequenceTranslator ESCAPE_CSV = new CsvEscaper();
|
public static final CharSequenceTranslator ESCAPE_CSV = new CsvEscaper();
|
||||||
|
|
||||||
// TODO: Create a parent class - 'SinglePassTranslator' ?
|
// TODO: Create a parent class - 'SinglePassTranslator' ?
|
||||||
// TODO: It would handle the index checking, and length returning, and
|
// It would handle the index checking + length returning,
|
||||||
// TODO: could also have an optimization check method.
|
// and could also have an optimization check method.
|
||||||
static class CsvEscaper extends CharSequenceTranslator {
|
static class CsvEscaper extends CharSequenceTranslator {
|
||||||
|
|
||||||
private static final char CSV_DELIMITER = ',';
|
private static final char CSV_DELIMITER = ',';
|
||||||
|
|
Loading…
Reference in New Issue