mcconnell 2003/02/10 22:40:57
Modified: src/java/org/apache/avalon/framework/component
ComponentException.java
Log:
Added missing @param key
Revision Changes Path
1.19 +2 -2
avalon/src/java/org/apache/avalon/framework/component/ComponentException.java
Index: ComponentException.java
===================================================================
RCS file:
/home/cvs/avalon/src/java/org/apache/avalon/framework/component/ComponentException.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ComponentException.java 10 Feb 2003 07:19:15 -0000 1.18
+++ ComponentException.java 11 Feb 2003 06:40:57 -0000 1.19
@@ -75,7 +75,7 @@
/**
* Construct a new <code>ComponentException</code> instance.
- *
+ * @param key the lookup key
* @param message the exception message
* @param throwable the throwable
*/
@@ -112,7 +112,7 @@
/**
* Construct a new <code>ComponentException</code> instance.
- *
+ * @param key the lookup key
* @param message the exception message
*/
public ComponentException( final String key, final String message )
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]