>
> and get the following errors:
> -------------------
>
>  [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.6
>     [javac]
> /home/swu/newproject/lucene_4x/lucene/analysis/opennlp/src/java/org/apache/lucene/analysis/opennlp/OpenNLPTokenizer.java:170:
> error: method reset in class TokenStream cannot be applied to given types;
>     [javac]     super.reset(input);
>     [javac]          ^
>     [javac]   required: no arguments
>     [javac]   found: Reader
>     [javac]   reason: actual and formal argument lists differ in length
>     [javac]


reset was renamed to setReader

Reply via email to