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 2012/01/17 20:57:46 UTC

svn commit: r1232556 - /lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene3x/Lucene3xCodec.java

Author: rmuir
Date: Tue Jan 17 19:57:46 2012
New Revision: 1232556

URL: http://svn.apache.org/viewvc?rev=1232556&view=rev
Log:
LUCENE-3687: remove now-obselete TODO

Modified:
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene3x/Lucene3xCodec.java

Modified: lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene3x/Lucene3xCodec.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene3x/Lucene3xCodec.java?rev=1232556&r1=1232555&r2=1232556&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene3x/Lucene3xCodec.java (original)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/codecs/lucene3x/Lucene3xCodec.java Tue Jan 17 19:57:46 2012
@@ -54,7 +54,6 @@ public class Lucene3xCodec extends Codec
   // TODO: this should really be a different impl
   private final TermVectorsFormat vectorsFormat = new Lucene40TermVectorsFormat();
   
-  // TODO: this should really be a different impl
   private final FieldInfosFormat fieldInfosFormat = new Lucene3xFieldInfosFormat();
 
   // TODO: this should really be a different impl