mirror of https://github.com/apache/lucene.git
- svn propset svn:keywords
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fbb281c584
commit
66b04d6ccc
|
@ -23,7 +23,6 @@ import org.apache.lucene.analysis.TokenStream;
|
|||
/** Factory for ISOLatin1AccentFilter
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
public class ISOLatin1AccentFilterFactory extends BaseTokenFilterFactory {
|
||||
public TokenStream create(TokenStream input) {
|
||||
return new ISOLatin1AccentFilter(input);
|
||||
|
|
Loading…
Reference in New Issue