You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2015/02/07 20:51:47 UTC

svn commit: r1658103 - /lucene/dev/branches/branch_5x/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLucene47WordDelimiterFilter.java

Author: uschindler
Date: Sat Feb  7 19:51:47 2015
New Revision: 1658103

URL: http://svn.apache.org/r1658103
Log:
LUCENE-4797: Fix broken commenting out of method

Modified:
    lucene/dev/branches/branch_5x/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLucene47WordDelimiterFilter.java

Modified: lucene/dev/branches/branch_5x/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLucene47WordDelimiterFilter.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLucene47WordDelimiterFilter.java?rev=1658103&r1=1658102&r2=1658103&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLucene47WordDelimiterFilter.java (original)
+++ lucene/dev/branches/branch_5x/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/TestLucene47WordDelimiterFilter.java Sat Feb  7 19:51:47 2015
@@ -40,7 +40,7 @@ import static org.apache.lucene.analysis
 @Deprecated
 public class TestLucene47WordDelimiterFilter extends BaseTokenStreamTestCase {
 
-  /***
+  /*
   public void testPerformance() throws IOException {
     String s = "now is the time-for all good men to come to-the aid of their country.";
     Token tok = new Token();
@@ -56,7 +56,7 @@ public class TestLucene47WordDelimiterFi
 
     System.out.println("ret="+ret+" time="+(System.currentTimeMillis()-start));
   }
-  ***/
+  */
 
   @Test
   public void testOffsets() throws IOException {