Delete ParserOptions
This commit is contained in:
@ -5,14 +5,13 @@
|
||||
package net.sourceforge.pmd.lang.swift;
|
||||
|
||||
import net.sourceforge.pmd.lang.AbstractPmdLanguageVersionHandler;
|
||||
import net.sourceforge.pmd.lang.ParserOptions;
|
||||
import net.sourceforge.pmd.lang.ast.Parser;
|
||||
import net.sourceforge.pmd.lang.swift.ast.PmdSwiftParser;
|
||||
|
||||
public class SwiftHandler extends AbstractPmdLanguageVersionHandler {
|
||||
|
||||
@Override
|
||||
public Parser getParser(final ParserOptions parserOptions) {
|
||||
public Parser getParser() {
|
||||
return new PmdSwiftParser();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user