set RussianLowerCaseFilter deprecation to 4.0

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831391 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2009-10-30 17:11:10 +00:00
parent 13593aa802
commit cc374d7efc

View File

@ -27,7 +27,7 @@ import org.apache.lucene.analysis.tokenattributes.TermAttribute;
/**
* Normalizes token text to lower case.
* @deprecated Use {@link LowerCaseFilter} instead, which has the same
* functionality. This filter will be removed in Lucene 3.1
* functionality. This filter will be removed in Lucene 4.0
*/
public final class RussianLowerCaseFilter extends TokenFilter
{