javadoc cosmetics

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@504229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wolfgang Hoschek 2007-02-06 18:09:19 +00:00
parent 55450e5b2c
commit 0695150949
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import java.util.TreeSet;
* high-frequency lookups of synonyms for any given (lowercase) word string.
* <p>
* There holds: If B is a synonym for A (A -> B) then A is also a synonym for B (B -> A).
* There does not necessary hold: A -> B, B -> C then A -> C.
* There does not necessarily hold: A -> B, B -> C then A -> C.
* <p>
* Loading typically takes some 1.5 secs, so should be done only once per
* (server) program execution, using a singleton pattern. Once loaded, a