You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/02/17 13:46:37 UTC

[6/9] [text] TEXT-65: created TEXT-67 removing TODO

TEXT-65: created TEXT-67 removing TODO


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/5842b23a
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/5842b23a
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/5842b23a

Branch: refs/heads/master
Commit: 5842b23a7231c9707f1373e80850959b2033f139
Parents: b2b4c21
Author: Rob Tompkins <ch...@apache.org>
Authored: Fri Feb 17 08:28:33 2017 -0500
Committer: Rob Tompkins <ch...@apache.org>
Committed: Fri Feb 17 08:28:33 2017 -0500

----------------------------------------------------------------------
 .../org/apache/commons/text/translate/NumericEntityUnescaper.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/5842b23a/src/main/java/org/apache/commons/text/translate/NumericEntityUnescaper.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/text/translate/NumericEntityUnescaper.java b/src/main/java/org/apache/commons/text/translate/NumericEntityUnescaper.java
index 6060cf8..e8f59c6 100644
--- a/src/main/java/org/apache/commons/text/translate/NumericEntityUnescaper.java
+++ b/src/main/java/org/apache/commons/text/translate/NumericEntityUnescaper.java
@@ -35,7 +35,6 @@ public class NumericEntityUnescaper extends CharSequenceTranslator {
     public static enum OPTION { semiColonRequired, semiColonOptional, errorIfNoSemiColon }
 
     /** EnumSet of OPTIONS, given from the constructor. */
-    // TODO: Create an OptionsSet class to hide some of the conditional logic below
     private final EnumSet<OPTION> options;
 
     /**