LUCENE-2124: fix javadocs from the move, thanks Steven

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@892743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2009-12-21 09:50:58 +00:00
parent 9892d10205
commit 6e6acefb05
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ Build
* LUCENE-2124: Moved the JDK-based collation support from contrib/collation
into core, and moved the ICU-based collation support into contrib/icu.
(Robert Muir)
(Steven Rowe, Robert Muir)
Optimizations

View File

@ -34,7 +34,7 @@
<code>CollationKey</code>s. <code>icu4j-collation-4.0.jar</code>,
a trimmed-down version of <code>icu4j-4.0.jar</code> that contains only the
code and data needed to support collation, is included in Lucene's Subversion
repository at <code>contrib/collation/lib/</code>.
repository at <code>contrib/icu/lib/</code>.
</p>
<h2>Use Cases</h2>