donaldp 2002/06/30 03:51:31
Modified: container/src/java/org/apache/myrmidon/interfaces/type
TypeManager.java
Log:
Fix terminology
Revision Changes Path
1.17 +3 -3
jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java
Index: TypeManager.java
===================================================================
RCS file:
/home/cvs/jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- TypeManager.java 30 Jun 2002 06:23:30 -0000 1.16
+++ TypeManager.java 30 Jun 2002 10:51:31 -0000 1.17
@@ -27,11 +27,11 @@
/**
* Returns the factory for a role.
*
- * @param roleName The role for the type.
+ * @param shortName The role for the type.
* @return The TypeFactory for the named role.
* @throws TypeException If the rolename is invalid.
*/
- TypeFactory getFactory( String roleName )
+ TypeFactory getFactory( String shortName )
throws TypeException;
TypeManager getChildTypeManager();
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>