forked from phoedos/pmd
[core] XPathHandler: Avoid direct dependency on saxon, Part 1
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
package net.sourceforge.pmd.lang.kotlin.rule.xpath.internal;
|
||||
|
||||
import net.sourceforge.pmd.lang.kotlin.KotlinLanguageModule;
|
||||
import net.sourceforge.pmd.lang.rule.xpath.impl.AbstractXPathFunctionDef;
|
||||
import net.sourceforge.pmd.lang.rule.xpath.impl.XPathFunctionDefinition;
|
||||
|
||||
abstract class BaseKotlinXPathFunction extends AbstractXPathFunctionDef {
|
||||
abstract class BaseKotlinXPathFunction extends XPathFunctionDefinition {
|
||||
|
||||
protected BaseKotlinXPathFunction(String localName) {
|
||||
super(localName, KotlinLanguageModule.getInstance());
|
||||
|
Reference in New Issue
Block a user