[Webfunds-commits] java/webfunds/sox DepositRequest.java

Ian Grigg iang@cypherpunks.ai
Fri, 13 Oct 2000 21:36:59 -0400 (AST)


iang        00/10/13 21:36:59

  Modified:    webfunds/sox DepositRequest.java
  Log:
  dropped Serializable / fixed version number

Revision  Changes    Path
1.25      +3 -3      java/webfunds/sox/DepositRequest.java

Index: DepositRequest.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/DepositRequest.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- DepositRequest.java	2000/09/24 23:32:04	1.24
+++ DepositRequest.java	2000/10/14 01:36:59	1.25
@@ -1,5 +1,5 @@
 /*
- * $Id: DepositRequest.java,v 1.24 2000/09/24 23:32:04 iang Exp $
+ * $Id: DepositRequest.java,v 1.25 2000/10/14 01:36:59 iang Exp $
  *
  * Copyright (c) Systemics Ltd 1995-1999 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -15,7 +15,7 @@
  * and a description string, and then signed.
  */
 public class DepositRequest
-    extends Request implements Serializable
+    extends Request // implements Serializable
 {
     /**
      * The version of the encoded deposit request.
@@ -23,7 +23,7 @@
      *    1 - original, as delivered, but virtual, number not present in packet
      *    2 - add version number to this DepositRequest (and all others).
      *    3 - withdrawal - can exchange one payment for another
-     *    3 - use me next
+     *    4 - use me next
      *
      * Originally, in Request.VERSION == 2, there were no local versions.
      * We'll call that VERS == 1.