forked from phoedos/pmd
[core] Move XPathRule into subpackage lang.rule.xpath (#4309)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<description/>
|
||||
<rule name="ExceptionThrowingRule"
|
||||
language="java"
|
||||
class="net.sourceforge.pmd.lang.rule.XPathRule">
|
||||
class="net.sourceforge.pmd.lang.rule.xpath.XPathRule">
|
||||
<description>Use this rule to produce a processing error.</description>
|
||||
<priority>3</priority>
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user