Fix file name for token manager error
This commit is contained in:
@ -11,7 +11,6 @@ import org.apache.commons.io.IOUtils;
|
||||
|
||||
import net.sourceforge.pmd.lang.AbstractParser;
|
||||
import net.sourceforge.pmd.lang.ParserOptions;
|
||||
import net.sourceforge.pmd.lang.TokenManager;
|
||||
import net.sourceforge.pmd.lang.ast.ParseException;
|
||||
import net.sourceforge.pmd.lang.scala.ast.ASTSource;
|
||||
|
||||
@ -54,9 +53,4 @@ public class ScalaParser extends AbstractParser {
|
||||
return (ASTSource) new ScalaTreeBuilder().build(src);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected TokenManager createTokenManager(Reader source) {
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user