Browse Source

Compress javadocs

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271686 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
be9b689c89
1 changed files with 3 additions and 8 deletions
  1. +3
    -8
      proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java

+ 3
- 8
proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java View File

@@ -20,15 +20,10 @@ public interface TypeManager
/** /**
* Registers a new type. * 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. * 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 ) void registerType( Class roleType, String shorthandName, TypeFactory factory )
throws TypeException; throws TypeException;


Loading…
Cancel
Save