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. Jörn
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. Jörn