From be9b689c896fe9ceacf21f13772bce12bdd9a7d8 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 3 Mar 2002 06:38:27 +0000 Subject: [PATCH] Compress javadocs git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271686 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/myrmidon/interfaces/type/TypeManager.java | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java index b5f82d7ac..42ae5c573 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java @@ -20,15 +20,10 @@ public interface TypeManager /** * 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;