- Cosmetics

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@519007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2007-03-16 15:21:53 +00:00
parent 939ed115c4
commit deabc30668
1 changed files with 0 additions and 2 deletions

View File

@ -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 {
}
}