Fix JavaDoc warning.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6545 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -13,7 +13,8 @@ public class AttributeAxisIterator extends Navigator.BaseEnumeration {
|
||||
protected final net.sourceforge.pmd.lang.ast.xpath.AttributeAxisIterator iterator;
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* Create an iterator over the Attribute axis for the given ElementNode.
|
||||
* @see net.sourceforge.pmd.lang.ast.xpath.AttributeAxisIterator
|
||||
*/
|
||||
public AttributeAxisIterator(ElementNode startNodeInfo) {
|
||||
this.startNodeInfo = startNodeInfo;
|
||||
|
Reference in New Issue
Block a user