[Webfunds-commits] java/webfunds/client AccountInfo.java
Ian Grigg
iang@cypherpunks.ai
Fri, 13 Oct 2000 21:21:14 -0400 (AST)
iang 00/10/13 21:21:14
Modified: webfunds/client AccountInfo.java
Log:
dropped Externilizable, seems to work, not sure why it was there
Revision Changes Path
1.21 +4 -2 java/webfunds/client/AccountInfo.java
Index: AccountInfo.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/AccountInfo.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- AccountInfo.java 2000/05/27 03:06:58 1.20
+++ AccountInfo.java 2000/10/14 01:21:14 1.21
@@ -1,5 +1,5 @@
/*
- * $Id: AccountInfo.java,v 1.20 2000/05/27 03:06:58 iang Exp $
+ * $Id: AccountInfo.java,v 1.21 2000/10/14 01:21:14 iang Exp $
*
* Copyright (c) Systemics Ltd 1995-1999 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -13,7 +13,7 @@
import webfunds.sox.AccountId;
public class AccountInfo
- implements Externalizable
+// implements Externalizable
{
/**
@@ -101,6 +101,7 @@
////// Encoding ///////////////////////////////////
+/*
public void writeExternal(ObjectOutput oo)
throws IOException
{
@@ -120,6 +121,7 @@
name = Encodable.readString(oi);
}
}
+*/
public void encode(OutputStream os)
throws IOException