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;