mirror of https://github.com/apache/lucene.git
spelling nit
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@901710 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ec53bcf2d
commit
63339a15e0
|
@ -30,7 +30,7 @@ import java.util.*;
|
|||
* Internally uses a Map to temporally hold a reference to every
|
||||
* object seen.
|
||||
*
|
||||
* If checkIntered, all Strings checked will be interned, but those
|
||||
* If checkInterned, all Strings checked will be interned, but those
|
||||
* that were not already interned will be released for GC when the
|
||||
* estimate is complete.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue