Checkstyle
This commit is contained in:
@@ -453,9 +453,9 @@ public abstract class AbstractNode implements Node {
|
|||||||
@Override
|
@Override
|
||||||
// @Deprecated // FUTURE 7.0.0 make abstract
|
// @Deprecated // FUTURE 7.0.0 make abstract
|
||||||
public String getXPathNodeName() {
|
public String getXPathNodeName() {
|
||||||
LOG.warning("getXPathNodeName should be overriden in classes derived from AbstractNode. " +
|
LOG.warning("getXPathNodeName should be overriden in classes derived from AbstractNode. "
|
||||||
"The implementation is provided for compatibility with existing implementors," +
|
+ "The implementation is provided for compatibility with existing implementors,"
|
||||||
"but could be declared abstract as soon as release " + PMDVersion.getNextMajorRelease()
|
+ "but could be declared abstract as soon as release " + PMDVersion.getNextMajorRelease()
|
||||||
+ ".");
|
+ ".");
|
||||||
return toString();
|
return toString();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user