[Webfunds-commits] java/webfunds/sox ValueAccount.java
Ian Grigg
iang@cypherpunks.ai
Sun, 18 Mar 2001 19:22:52 -0400 (AST)
iang 01/03/18 19:22:52
Modified: webfunds/sox ValueAccount.java
Log:
changed deposit to AbstractPayment; more unification
Revision Changes Path
1.24 +2 -2 java/webfunds/sox/ValueAccount.java
Index: ValueAccount.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/ValueAccount.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ValueAccount.java 2000/12/18 04:25:24 1.23
+++ ValueAccount.java 2001/03/18 23:22:51 1.24
@@ -1,5 +1,5 @@
/*
- * $Id: ValueAccount.java,v 1.23 2000/12/18 04:25:24 iang Exp $
+ * $Id: ValueAccount.java,v 1.24 2001/03/18 23:22:51 iang Exp $
*
* Copyright (c) Systemics Ltd 1995-1999 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -52,7 +52,7 @@
* @throws SOXSubAccountException if something goes wrong with access
* @throws SOXKeyException if something goes wrong with signing
*/
- public MailItem[] deposit(Payment payment, String desc, String did)
+ public MailItem[] deposit(AbstractPayment payment, String desc, String did)
throws SOXSubAccountException, SOXLaterException, SOXKeyException,
SOXArgsException, SOXDepositException
{