Fixed in revision 1143934
thanks Rene!
simon
On Tue, Jul 5, 2011 at 9:52 PM, Rene Hackl-Sommer wrote:
> Hi,
>
> just noted that the deprecation use ... insteads in LowerCaseTokenizer
> (Lucene 3.3) refer to themselves instead of the new constructors with
> (Version...).
>
> E.g. *@deprecated*us
Hi,
just noted that the deprecation use ... insteads in LowerCaseTokenizer
(Lucene 3.3) refer to themselves instead of the new constructors with
(Version...).
E.g. *@deprecated*use {@link #LowerCaseTokenizer(Reader)}instead.
should be #LowerCaseTokenizer(Version, Reader). Same for the two ot