adammurdoch 02/02/09 18:28:03
Modified: proposal/myrmidon/src/java/org/apache/myrmidon/converter
Converter.java
Log:
Added @ant:role tag, fixed Javadoc comment.
Revision Changes Path
1.6 +3 -2
jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/converter/Converter.java
Index: Converter.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/converter/Converter.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Converter.java 7 Feb 2002 13:00:52 -0000 1.5
+++ Converter.java 10 Feb 2002 02:28:03 -0000 1.6
@@ -13,7 +13,8 @@
* Instances of this interface are used to convert between different types.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.5 $ $Date: 2002/02/07 13:00:52 $
+ * @version $Revision: 1.6 $ $Date: 2002/02/10 02:28:03 $
+ * @ant:role shorthand="converter"
*/
public interface Converter
{
@@ -28,7 +29,7 @@
* @param original the original type
* @param context the context in which to convert
* @return the converted object
- * @exception Exception if an error occurs
+ * @exception ConverterException if an error occurs
*/
Object convert( Class destination, Object original, Context context )
throws ConverterException;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>