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 wh...@apache.org on 2006/11/27 21:30:53 UTC

svn commit: r479751 - /lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java

Author: whoschek
Date: Mon Nov 27 12:30:52 2006
New Revision: 479751

URL: http://svn.apache.org/viewvc?view=rev&rev=479751
Log:
javadoc

Modified:
    lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java

Modified: lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java?view=diff&rev=479751&r1=479750&r2=479751
==============================================================================
--- lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java (original)
+++ lucene/java/trunk/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java Mon Nov 27 12:30:52 2006
@@ -216,7 +216,7 @@
    * <ul>
    * <li>Caching the tokens of large Lucene documents can lead to out of memory exceptions.</li> 
    * <li>The Token instances delivered by the underlying child analyzer must be immutable.</li>
-   * <li>A caching analyzer instance must not be used for more than one document
+   * <li>The same caching analyzer instance must not be used for more than one document
    * because the cache is not keyed on the Reader parameter.</li>
    * </ul>
    *