You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by th...@apache.org on 2016/06/02 03:16:01 UTC

[02/12] tika git commit: remove unwanted TODO:

remove unwanted TODO:


Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/ae51417d
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/ae51417d
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/ae51417d

Branch: refs/heads/TIKA-1508
Commit: ae51417d8881dd90b921f02c2677a7d5bfd69a30
Parents: b2cf231
Author: Thamme Gowda <tg...@gmail.com>
Authored: Tue Mar 8 19:23:47 2016 -0800
Committer: Thamme Gowda <tg...@gmail.com>
Committed: Tue Mar 8 19:23:47 2016 -0800

----------------------------------------------------------------------
 tika-core/src/main/java/org/apache/tika/config/TikaConfig.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/ae51417d/tika-core/src/main/java/org/apache/tika/config/TikaConfig.java
----------------------------------------------------------------------
diff --git a/tika-core/src/main/java/org/apache/tika/config/TikaConfig.java b/tika-core/src/main/java/org/apache/tika/config/TikaConfig.java
index a4dedae..caa916a 100644
--- a/tika-core/src/main/java/org/apache/tika/config/TikaConfig.java
+++ b/tika-core/src/main/java/org/apache/tika/config/TikaConfig.java
@@ -605,7 +605,6 @@ public class TikaConfig {
          * @return Map of key values read from xml
          */
         Map<String, String>  getParams(Element el){
-            //TODO: move this constant to static final
             Map<String, String> params = new HashMap<>();
             for (Node child = el.getFirstChild(); child != null;
                  child = child.getNextSibling()){