You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by us...@apache.org on 2009/06/15 19:07:29 UTC

svn commit: r784865 - /lucene/java/trunk/src/java/org/apache/lucene/index/MergePolicy.java

Author: uschindler
Date: Mon Jun 15 17:07:29 2009
New Revision: 784865

URL: http://svn.apache.org/viewvc?rev=784865&view=rev
Log:
Fix javadoc warning (symbol not accessible)

Modified:
    lucene/java/trunk/src/java/org/apache/lucene/index/MergePolicy.java

Modified: lucene/java/trunk/src/java/org/apache/lucene/index/MergePolicy.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/index/MergePolicy.java?rev=784865&r1=784864&r2=784865&view=diff
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/index/MergePolicy.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/index/MergePolicy.java Mon Jun 15 17:07:29 2009
@@ -55,7 +55,7 @@
  * (subject to change suddenly in the next release)</p>
  *
  * <p><b>NOTE</b>: This class typically requires access to
- * package-private APIs (e.g. {@link SegmentInfo}s) to do its job;
+ * package-private APIs (e.g. <code>SegmentInfos</code>) to do its job;
  * if you implement your own MergePolicy, you'll need to put
  * it in package org.apache.lucene.index in order to use
  * these APIs.