You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2015/11/05 17:19:59 UTC

svn commit: r1712807 - /lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/IndexFileNames.java

Author: mikemccand
Date: Thu Nov  5 16:19:56 2015
New Revision: 1712807

URL: http://svn.apache.org/viewvc?rev=1712807&view=rev
Log:
remove stale TODO (yay)

Modified:
    lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/IndexFileNames.java

Modified: lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/IndexFileNames.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/IndexFileNames.java?rev=1712807&r1=1712806&r2=1712807&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/IndexFileNames.java (original)
+++ lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/IndexFileNames.java Thu Nov  5 16:19:56 2015
@@ -21,8 +21,6 @@ import java.util.regex.Pattern;
 
 import org.apache.lucene.codecs.Codec;
 
-// TODO: put all files under codec and remove all the static extensions here
-
 /**
  * This class contains useful constants representing filenames and extensions
  * used by lucene, as well as convenience methods for querying whether a file