donaldp 02/03/02 22:38:27
Modified: proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type
TypeManager.java
Log:
Compress javadocs
Revision Changes Path
1.8 +4 -9
jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java
Index: TypeManager.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- TypeManager.java 21 Feb 2002 11:06:42 -0000 1.7
+++ TypeManager.java 3 Mar 2002 06:38:27 -0000 1.8
@@ -11,7 +11,7 @@
* The interface that is used to manage types.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.7 $ $Date: 2002/02/21 11:06:42 $
+ * @version $Revision: 1.8 $ $Date: 2002/03/03 06:38:27 $
*/
public interface TypeManager
{
@@ -20,15 +20,10 @@
/**
* Registers a new type.
*
- * @param roleType
- * The role interface for the type. Objects created by the factory
+ * @param roleType The role interface for the type. Objects created by
the factory
* must implement this interface.
- *
- * @param shorthandName
- * The shorthand name for the type.
- *
- * @param factory
- * The type factory.
+ * @param shorthandName The shorthand name for the type.
+ * @param factory The type factory.
*/
void registerType( Class roleType, String shorthandName, TypeFactory
factory )
throws TypeException;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>