donaldp 02/02/21 01:43:18
Modified:
proposal/myrmidon/src/testcases/org/apache/myrmidon/components/deployer
TestConverter1.java
Log:
Update to latest converter architecture
Revision Changes Path
1.2 +1 -1
jakarta-ant/proposal/myrmidon/src/testcases/org/apache/myrmidon/components/deployer/TestConverter1.java
Index: TestConverter1.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/testcases/org/apache/myrmidon/components/deployer/TestConverter1.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestConverter1.java 2 Feb 2002 12:51:59 -0000 1.1
+++ TestConverter1.java 21 Feb 2002 09:43:18 -0000 1.2
@@ -22,7 +22,7 @@
/**
* Convert original to destination type.
*/
- public Object convert( Class destination, Object original, Context
context )
+ public Object convert( Class destination, Object original, Object
context )
throws ConverterException
{
return new TestType1();
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>