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:
Ryan Gustafson
2008-10-01 02:22:08 +00:00
parent ad38760383
commit 0481bba385

View File

@ -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;