You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/11/01 22:37:06 UTC

svn commit: r1196294 - /lucene/dev/branches/lucene2621/lucene/src/java/org/apache/lucene/index/IndexFileNames.java

Author: rmuir
Date: Tue Nov  1 21:37:05 2011
New Revision: 1196294

URL: http://svn.apache.org/viewvc?rev=1196294&view=rev
Log:
LUCENE-3490: i wish, but not yet

Modified:
    lucene/dev/branches/lucene2621/lucene/src/java/org/apache/lucene/index/IndexFileNames.java

Modified: lucene/dev/branches/lucene2621/lucene/src/java/org/apache/lucene/index/IndexFileNames.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene2621/lucene/src/java/org/apache/lucene/index/IndexFileNames.java?rev=1196294&r1=1196293&r2=1196294&view=diff
==============================================================================
--- lucene/dev/branches/lucene2621/lucene/src/java/org/apache/lucene/index/IndexFileNames.java (original)
+++ lucene/dev/branches/lucene2621/lucene/src/java/org/apache/lucene/index/IndexFileNames.java Tue Nov  1 21:37:05 2011
@@ -21,8 +21,7 @@ import java.util.regex.Pattern;
 
 import org.apache.lucene.index.codecs.PostingsFormat;  // for javadocs
 
-// nocommit -- can we remove all the static extensions here?
-// these are codec private now
+// TODO: put all files under codec and remove all the static extensions here
 
 /**
  * This class contains useful constants representing filenames and extensions