dogfood: fix missing override

Note: the rule is disabled for pmd-xml, refs #1074
This commit is contained in:
Andreas Dangel
2018-06-16 17:48:36 +02:00
parent 2c987a2688
commit 5a7bbe19a2
458 changed files with 1901 additions and 257 deletions

View File

@ -38,6 +38,7 @@ import net.sourceforge.pmd.lang.ast.TokenMgrError;
*/
public final class ScalaTokenizer implements Tokenizer {
@Override
public void tokenize(SourceCode source, Tokens cpdTokens) {
String filename = source.getFileName();