jaxen/src/java/main/org/jaxen/util
diff -u -r1.9 -r1.10
--- SelfAxisIterator.java 13 Nov 2006 22:10:09 -0000 1.9
+++ SelfAxisIterator.java 2 May 2007 14:33:29 -0000
1.10
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/projects/jaxen/scm/jaxen/src/java/main/org/jaxen/util/SelfAxisIterator.java,v
1.9 2006/11/13 22:10:09 elharo Exp $
- * $Revision: 1.9 $
- * $Date: 2006/11/13 22:10:09 $
+ * $Header:
/home/projects/jaxen/scm/jaxen/src/java/main/org/jaxen/util/SelfAxisIterator.java,v
1.10 2007/05/02 14:33:29 elharo Exp $
+ * $Revision: 1.10 $
+ * $Date: 2007/05/02 14:33:29 $
*
*
====================================================================
*
@@ -42,7 +42,7 @@
* James Strachan <jstrachan@apache...>. For more
information on the
* Jaxen Project, please see <http://www.jaxen.org/>.
*
- * $Id: SelfAxisIterator.java,v 1.
9 2006/11/13 22:10:09 elharo Exp $
+ * $Id: SelfAxisIterator.java,v 1.
10 2007/05/02 14:33:29 elharo Exp $
*/
@@ -54,7 +54,7 @@
* Represents the XPath <code>self</code> axis. The
"<code>self</code> axis contains
* just the context node itself."
*
- * @version 1.
2b12
+ * @version 1.
1.1
*
*/
public class SelfAxisIterator extends SingleObjectIterator
@@ -63,7 +63,7 @@
/**
* Create a new <code>self</code> axis iterator.
*
- * @param
contextNode the node to start from
+ * @param
node the node to start from
*/
public SelfAxisIterator(Object node)
{