Fixed in revision 1143934 thanks Rene!
simon On Tue, Jul 5, 2011 at 9:52 PM, Rene Hackl-Sommer <[email protected]> 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*use {@link #LowerCaseTokenizer(Reader)}instead. > > should be #LowerCaseTokenizer(Version, Reader). Same for the two other > constructors. > > Thanks, > Rene > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
