Removing the note on CsvEscaper as an overriding example

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1066349 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-02-02 06:39:41 +00:00
parent f7d98dc6ec
commit 1106a498a6
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ public final String translate(CharSequence input) {
}
}
// TODO: Point to CsvEscaper as a way to 'override'?
/**
* Translate an input onto a Writer. This is intentionally final as its algorithm is
* tightly coupled with the abstract method of this class.