mirror of https://github.com/apache/lucene.git
- Cosmetics
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@519007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
939ed115c4
commit
deabc30668
|
@ -23,7 +23,6 @@ import java.io.IOException;
|
|||
<p>
|
||||
This is an abstract class.
|
||||
*/
|
||||
|
||||
public abstract class TokenFilter extends TokenStream {
|
||||
/** The source of tokens for this filter. */
|
||||
protected TokenStream input;
|
||||
|
@ -39,4 +38,3 @@ public abstract class TokenFilter extends TokenStream {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue