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 2013/02/26 16:35:47 UTC

svn commit: r1450220 - /lucene/dev/trunk/lucene/highlighter/src/test/org/apache/lucene/search/postingshighlight/TestPostingsHighlighter.java

Author: rmuir
Date: Tue Feb 26 15:35:47 2013
New Revision: 1450220

URL: http://svn.apache.org/r1450220
Log:
LUCENE-4798: remove accidentally inserted tabs

Modified:
    lucene/dev/trunk/lucene/highlighter/src/test/org/apache/lucene/search/postingshighlight/TestPostingsHighlighter.java

Modified: lucene/dev/trunk/lucene/highlighter/src/test/org/apache/lucene/search/postingshighlight/TestPostingsHighlighter.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/highlighter/src/test/org/apache/lucene/search/postingshighlight/TestPostingsHighlighter.java?rev=1450220&r1=1450219&r2=1450220&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/highlighter/src/test/org/apache/lucene/search/postingshighlight/TestPostingsHighlighter.java (original)
+++ lucene/dev/trunk/lucene/highlighter/src/test/org/apache/lucene/search/postingshighlight/TestPostingsHighlighter.java Tue Feb 26 15:35:47 2013
@@ -277,13 +277,13 @@ public class TestPostingsHighlighter ext
   
   public void testBuddhism() throws Exception {
     String text = "This eight-volume set brings together seminal papers in Buddhist studies from a vast " +
-    		          "range of academic disciplines published over the last forty years. With a new introduction " + 
+                  "range of academic disciplines published over the last forty years. With a new introduction " + 
                   "by the editor, this collection is a unique and unrivalled research resource for both " + 
-    		          "student and scholar. Coverage includes: - Buddhist origins; early history of Buddhism in " + 
+                  "student and scholar. Coverage includes: - Buddhist origins; early history of Buddhism in " + 
                   "South and Southeast Asia - early Buddhist Schools and Doctrinal History; Theravada Doctrine " + 
-    		          "- the Origins and nature of Mahayana Buddhism; some Mahayana religious topics - Abhidharma " + 
+                  "- the Origins and nature of Mahayana Buddhism; some Mahayana religious topics - Abhidharma " + 
                   "and Madhyamaka - Yogacara, the Epistemological tradition, and Tathagatagarbha - Tantric " + 
-    		          "Buddhism (Including China and Japan); Buddhism in Nepal and Tibet - Buddhism in South and " + 
+                  "Buddhism (Including China and Japan); Buddhism in Nepal and Tibet - Buddhism in South and " + 
                   "Southeast Asia, and - Buddhism in China, East Asia, and Japan.";
     Directory dir = newDirectory();
     Analyzer analyzer = new MockAnalyzer(random(), MockTokenizer.SIMPLE, true);