Removing TODO; a regex translator didn't prove to be very quick iirc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1065217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-01-30 08:03:17 +00:00
parent 8878c98bbd
commit 5ea88e0d6d
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
* @since 3.0
* @version $Id$
*/
// TODO: Replace with a RegexLookup? Performance test.
public class LookupTranslator extends CharSequenceTranslator {
private final HashMap<CharSequence, CharSequence> lookupMap;