dion 02/05/12 21:47:48
Modified: src/java/org/apache/maven/java BaseVisitor.java
Log:
no message
Revision Changes Path
1.9 +2 -2
jakarta-turbine-maven/src/java/org/apache/maven/java/BaseVisitor.java
Index: BaseVisitor.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/java/BaseVisitor.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- BaseVisitor.java 13 May 2002 04:38:45 -0000 1.8
+++ BaseVisitor.java 13 May 2002 04:47:48 -0000 1.9
@@ -146,7 +146,7 @@
/**
* Base class for tools interested in processing java source code
- * @version $Id: BaseVisitor.java,v 1.8 2002/05/13 04:38:45 dion Exp $
+ * @version $Id: BaseVisitor.java,v 1.9 2002/05/13 04:47:48 dion Exp $
* @author Jason van Zyl
*/
public class BaseVisitor implements JavaParserVisitor
@@ -703,7 +703,7 @@
/** method for default behaviour of elements the subclasser is not
* interested in
* @param node the node being parsed
- * @data information about the node
+ * @param data information about the node
* @return the default visit value
*/
public Object defaultVisit(SimpleNode node, Object data)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>