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 2014/10/03 10:37:03 UTC

svn commit: r1629139 - /lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java

Author: mikemccand
Date: Fri Oct  3 08:37:03 2014
New Revision: 1629139

URL: http://svn.apache.org/r1629139
Log:
fix whitespace

Modified:
    lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java

Modified: lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java?rev=1629139&r1=1629138&r2=1629139&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java (original)
+++ lucene/dev/trunk/lucene/backward-codecs/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java Fri Oct  3 08:37:03 2014
@@ -1020,7 +1020,7 @@ public class TestBackwardsCompatibility 
       assertTrue("codec used in " + name + " (" + codec.getName() + ") is not a default codec (does not begin with Lucene)",
                  codec.getName().startsWith("Lucene"));
     }
-      r.close();
+    r.close();
   }
   
   public void testAllIndexesUseDefaultCodec() throws Exception {