donaldp 2002/10/11 05:08:50
Modified: fortress/src/java/org/apache/excalibur/fortress/util
RoleManager.java
Log:
Fix javadoc
Revision Changes Path
1.8 +3 -3
jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/util/RoleManager.java
Index: RoleManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/util/RoleManager.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- RoleManager.java 13 Aug 2002 07:57:27 -0000 1.7
+++ RoleManager.java 11 Oct 2002 12:08:50 -0000 1.8
@@ -99,8 +99,8 @@
* does not have the match, and there is a parent RoleManager, the parent
* will be asked to resolve the handler's class name.
*
- * @param class The class of the Component in question.
+ * @param clazz The class of the Component in question.
* @return the Class instance of the ComponentHandler.
*/
- Class getHandlerClassForClass( final Class className );
+ Class getHandlerClassForClass( final Class clazz );
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>