On Wed, Jul 13, 2011 at 4:49 AM, Jörn Kottmann <[email protected]> wrote:

> On 7/13/11 1:19 AM, [email protected] wrote:
>
>>    public TokenizerEvaluator(Tokenizer tokenizer) {
>> +    super();
>>      this.tokenizer = tokenizer;
>>    }
>>
>
> No reason to call super here, it is called implicitly.
>

Hi Jörn,

Thank you for pointing it. I was using this call to force a compilation
error while I was refactoring the code and forgot to remove it.

Willliam

Reply via email to