mirror of https://github.com/apache/lucene.git
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:
parent
91bf5bec92
commit
c24c2f5c6e
|
@ -564,7 +564,7 @@ public interface FieldCache {
|
|||
* NOTE: These CacheEntry objects maintain a strong reference to the
|
||||
* Cached Values. Maintaining references to a CacheEntry the IndexReader
|
||||
* 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>
|
||||
* <b>EXPERIMENTAL API:</b> This API is considered extremely advanced
|
||||
|
|
Loading…
Reference in New Issue