donaldp 02/03/20 20:41:51
Modified: src/java/org/apache/avalon/framework/configuration
Configuration.java
Log:
Fix javadoc error
Revision Changes Path
1.14 +3 -3
jakarta-avalon/src/java/org/apache/avalon/framework/configuration/Configuration.java
Index: Configuration.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/configuration/Configuration.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Configuration.java 23 Feb 2002 11:23:12 -0000 1.13
+++ Configuration.java 21 Mar 2002 04:41:51 -0000 1.14
@@ -98,7 +98,7 @@
* // Do the processing applicable if the attribute isn't present.
* }
* </pre>
- *
+ *
* @author <a href="mailto:[EMAIL PROTECTED]">Federico Barbieri</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Pierpaolo Fumagalli</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a>
@@ -193,7 +193,7 @@
* elements containing all node children. The array order will reflect
the
* order in the source config file.
*
- * @return All child nodes
+ * @return All child nodes
*/
Configuration[] getChildren();
@@ -255,7 +255,7 @@
* @pre paramName != null
* @post getAttributeAsLong() != null
*
- * @param paramName The name of the parameter you ask the value of.
+ * @param name The name of the parameter you ask the value of.
* @return long value of attribute
* @exception ConfigurationException If no parameter with that name
exists.
* or if conversion to
<code>long</code> fails.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>