donaldp 02/03/22 20:57:09
Modified: proposal/myrmidon/src/java/org/apache/aut/converter
AbstractMasterConverter.java
Log:
Fix javadoc error
Revision Changes Path
1.2 +2 -2
jakarta-ant/proposal/myrmidon/src/java/org/apache/aut/converter/AbstractMasterConverter.java
Index: AbstractMasterConverter.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/aut/converter/AbstractMasterConverter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AbstractMasterConverter.java 23 Mar 2002 04:56:24 -0000 1.1
+++ AbstractMasterConverter.java 23 Mar 2002 04:57:09 -0000 1.2
@@ -33,7 +33,7 @@
* when it is first used.</p>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.1 $ $Date: 2002/03/23 04:56:24 $
+ * @version $Revision: 1.2 $ $Date: 2002/03/23 04:57:09 $
*/
public class AbstractMasterConverter
implements Converter
@@ -137,7 +137,7 @@
*
* @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;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>