[Webfunds-commits] java/webfunds/sox Payment.java
Jeroen C. van Gelderen
gelderen@cypherpunks.ai
Tue, 20 Jun 2000 16:07:25 -0400 (AST)
gelderen 00/06/20 16:07:25
Modified: webfunds/sox Payment.java
Log:
Cleanup.
Revision Changes Path
1.20 +3 -4 java/webfunds/sox/Payment.java
Index: Payment.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/Payment.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Payment.java 2000/06/11 22:29:41 1.19
+++ Payment.java 2000/06/20 20:07:25 1.20
@@ -1,5 +1,5 @@
/*
- * $Id: Payment.java,v 1.19 2000/06/11 22:29:41 iang Exp $
+ * $Id: Payment.java,v 1.20 2000/06/20 20:07:25 gelderen Exp $
*
* Copyright (c) Systemics Ltd 1995-1999 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -25,8 +25,7 @@
* so developers of this class should be sure to cater
* for derived classes.
*/
-public class Payment
- extends Encodable implements Serializable
+public final class Payment extends Encodable
{
/**
* The version number for this payment structure
@@ -53,7 +52,7 @@
protected AccountId source;
/**
- * The account to which the payment is made
+ * The account to which the payment is made out.
*/
protected AccountId target;