From b370706c7b6ef71f13e9ba7ce80d7079926815ad Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sat, 23 Mar 2002 04:57:09 +0000 Subject: [PATCH] Fix javadoc error git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271975 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/aut/converter/AbstractMasterConverter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposal/myrmidon/src/java/org/apache/aut/converter/AbstractMasterConverter.java b/proposal/myrmidon/src/java/org/apache/aut/converter/AbstractMasterConverter.java index 08ab48395..f16b4ab0d 100644 --- a/proposal/myrmidon/src/java/org/apache/aut/converter/AbstractMasterConverter.java +++ b/proposal/myrmidon/src/java/org/apache/aut/converter/AbstractMasterConverter.java @@ -137,7 +137,7 @@ public class AbstractMasterConverter * * @param name the name of converter * @return the created converter instance - * @throws java.lang.Exception if converter can not be created. + * @throws Exception if converter can not be created. */ protected abstract Converter createConverter( final String name ) throws Exception;