Delete ParserOptions
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
package net.sourceforge.pmd.lang.modelica;
|
||||
|
||||
import net.sourceforge.pmd.lang.AbstractPmdLanguageVersionHandler;
|
||||
import net.sourceforge.pmd.lang.ParserOptions;
|
||||
import net.sourceforge.pmd.lang.ast.Parser;
|
||||
import net.sourceforge.pmd.lang.modelica.ast.ModelicaParser;
|
||||
import net.sourceforge.pmd.lang.modelica.internal.ModelicaProcessingStage;
|
||||
@@ -19,7 +18,7 @@ public class ModelicaHandler extends AbstractPmdLanguageVersionHandler {
|
||||
|
||||
|
||||
@Override
|
||||
public Parser getParser(ParserOptions parserOptions) {
|
||||
public Parser getParser() {
|
||||
return new ModelicaParser();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user