Cleanup spec

This commit is contained in:
Clément Fournier
2020-09-02 06:07:39 +02:00
parent 155a895a93
commit a11f45e511
24 changed files with 110 additions and 51 deletions

View File

@ -21,7 +21,7 @@ options {
PARSER_BEGIN(MatlabParserImpl)
package net.sourceforge.pmd.lang.matlab.ast;
import net.sourceforge.pmd.lang.ast.impl.javacc.io.CharStream;
import net.sourceforge.pmd.lang.ast.impl.javacc.CharStream;
import net.sourceforge.pmd.lang.ast.TokenMgrError;
public class MatlabParserImpl {