fix typo in javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-12-08 10:19:08 +00:00
parent 91bf5bec92
commit c24c2f5c6e
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ public interface FieldCache {
* NOTE: These CacheEntry objects maintain a strong reference to the * NOTE: These CacheEntry objects maintain a strong reference to the
* Cached Values. Maintaining references to a CacheEntry the IndexReader * Cached Values. Maintaining references to a CacheEntry the IndexReader
* associated with it has garbage collected will prevent the Value itself * associated with it has garbage collected will prevent the Value itself
* from being garbage collected when the Cache drops the WeakRefrence. * from being garbage collected when the Cache drops the WeakReference.
* </p> * </p>
* <p> * <p>
* <b>EXPERIMENTAL API:</b> This API is considered extremely advanced * <b>EXPERIMENTAL API:</b> This API is considered extremely advanced