donaldp 2002/06/30 03:52:45
Modified: container/src/java/org/apache/myrmidon/interfaces/type
TypeManager.java
Log:
Nope - was correct the original way
Revision Changes Path
1.18 +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.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- TypeManager.java 30 Jun 2002 10:51:31 -0000 1.17
+++ TypeManager.java 30 Jun 2002 10:52:45 -0000 1.18
@@ -27,11 +27,11 @@
/**
* Returns the factory for a role.
*
- * @param shortName The role for the type.
+ * @param roleName The role for the type.
* @return The TypeFactory for the named role.
* @throws TypeException If the rolename is invalid.
*/
- TypeFactory getFactory( String shortName )
+ TypeFactory getFactory( String roleName )
throws TypeException;
TypeManager getChildTypeManager();
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>