update all to use LUCENE MONITOR

This commit is contained in:
kimchy 2010-05-19 03:55:07 +03:00
parent 2881d5851d
commit 40fdcc43b7
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ import org.apache.lucene.analysis.tokenattributes.TermAttribute;
/**
* @author kimchy (shay.banon)
*/
// TODO Lucene Monitor: Once 3.1 is out, no need for this class anymore, use CharTermAttribute
// LUCENE MONITOR: Once 3.1 is out, no need for this class anymore, use CharTermAttribute
public class CharSequenceTermAttribute implements CharSequence {
private final TermAttribute termAtt;

View File

@ -50,7 +50,7 @@ import java.io.IOException;
* @see com.ibm.icu.text.Normalizer2
* @see com.ibm.icu.text.FilteredNormalizer2
*/
// TODO Lucene Monitor: Once 3.1 is released use it instead
// LUCENE MONITOR: Once 3.1 is released use it instead
public class ICUNormalizer2Filter extends TokenFilter {
private final TermAttribute termAtt = addAttribute(TermAttribute.class);