[Webfunds-commits] java/webfunds/sox SubAccount.java RequestFormatter.java
Ian Grigg
iang@cypherpunks.ai
Sat, 30 Sep 2000 14:20:14 -0400 (AST)
iang 00/09/30 14:20:14
Modified: webfunds/sox SubAccount.java
Removed: webfunds/sox RequestFormatter.java
Log:
minor cleanups, removed old file, removed useless serialize
Revision Changes Path
1.28 +2 -2 java/webfunds/sox/SubAccount.java
Index: SubAccount.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/SubAccount.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- SubAccount.java 2000/09/24 23:32:04 1.27
+++ SubAccount.java 2000/09/30 18:20:13 1.28
@@ -1,4 +1,4 @@
-/* $Id: SubAccount.java,v 1.27 2000/09/24 23:32:04 iang Exp $
+/* $Id: SubAccount.java,v 1.28 2000/09/30 18:20:13 iang Exp $
*
* Copyright (c) Systemics Inc. 1995-2000 on behalf of
* The WebFunds Development Team. All Rights Reserved.
@@ -21,7 +21,7 @@
* @except will print stack trace where it is not understood.
*/
abstract public class SubAccount
- extends Encodable implements Serializable
+ extends Encodable
{
/**
* Is capable of sending requests to the server.