Oops. Thanks!

(11/09/09 1:36), [email protected] wrote:
Author: rmuir
Date: Thu Sep  8 16:36:30 2011
New Revision: 1166784

URL: http://svn.apache.org/viewvc?rev=1166784&view=rev
Log:
fix javadocs warning

Modified:
     
lucene/dev/trunk/lucene/contrib/highlighter/src/java/org/apache/lucene/search/vectorhighlight/BreakIteratorBoundaryScanner.java

Modified: 
lucene/dev/trunk/lucene/contrib/highlighter/src/java/org/apache/lucene/search/vectorhighlight/BreakIteratorBoundaryScanner.java
URL: 
http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/highlighter/src/java/org/apache/lucene/search/vectorhighlight/BreakIteratorBoundaryScanner.java?rev=1166784&r1=1166783&r2=1166784&view=diff
==============================================================================
--- 
lucene/dev/trunk/lucene/contrib/highlighter/src/java/org/apache/lucene/search/vectorhighlight/BreakIteratorBoundaryScanner.java
 (original)
+++ 
lucene/dev/trunk/lucene/contrib/highlighter/src/java/org/apache/lucene/search/vectorhighlight/BreakIteratorBoundaryScanner.java
 Thu Sep  8 16:36:30 2011
@@ -21,7 +21,8 @@ import java.text.BreakIterator;

  /**
   * A {@link BoundaryScanner} implementation that uses {@link BreakIterator} 
to find
- * boundaries in the text. Boundary {@link Type} can be specified ({@link 
Type#SENTENCE} is the default).
+ * boundaries in the text.
+ * @see BreakIterator
   */
  public class BreakIteratorBoundaryScanner implements BoundaryScanner {






--
Check out "Query Log Visualizer" for Apache Solr
http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html
http://www.rondhuit.com/en/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to