[Webfunds-commits] java/webfunds/client/sox SOXWallet.java
Ian Grigg
iang@cypherpunks.ai
Tue, 3 Apr 2001 09:57:24 -0400 (AST)
iang 01/04/03 09:57:23
Modified: webfunds/client ReceiptBrowser.java
webfunds/client/sox SOXWallet.java
Log:
XXX please fix bug comment only
Revision Changes Path
1.20 +2 -1 java/webfunds/client/ReceiptBrowser.java
Index: ReceiptBrowser.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/ReceiptBrowser.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ReceiptBrowser.java 2001/03/17 22:05:13 1.19
+++ ReceiptBrowser.java 2001/04/03 13:57:22 1.20
@@ -1,5 +1,5 @@
/*
- * $Id: ReceiptBrowser.java,v 1.19 2001/03/17 22:05:13 iang Exp $
+ * $Id: ReceiptBrowser.java,v 1.20 2001/04/03 13:57:22 iang Exp $
*
* Copyright (c) Systemics Ltd 1995-1999 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -20,6 +20,7 @@
* Display list of WebFunds Transactions.
* XXX: Looks like this needs to be a plugin, for the moment is hacked
* to pass the contracts specially.
+ * XXX: Needs sorting, preferably on any columns.
*/
public class ReceiptBrowser
extends JFrame
1.150 +3 -2 java/webfunds/client/sox/SOXWallet.java
Index: SOXWallet.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/sox/SOXWallet.java,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- SOXWallet.java 2001/03/26 23:56:57 1.149
+++ SOXWallet.java 2001/04/03 13:57:23 1.150
@@ -1,4 +1,4 @@
-/* $Id: SOXWallet.java,v 1.149 2001/03/26 23:56:57 gelderen Exp $
+/* $Id: SOXWallet.java,v 1.150 2001/04/03 13:57:23 iang Exp $
*
* Copyright (c) Systemics Inc. 1995-2000 on behalf of
* The WebFunds Development Team. All Rights Reserved.
@@ -80,7 +80,7 @@
*
* Check the above search strings for separation so far.
*
- * @version $Revision: 1.149 $
+ * @version $Revision: 1.150 $
*/
public class SOXWallet
extends Debug
@@ -2325,6 +2325,7 @@
/**
* WebFunds Wallet Interface
+ * XXX: bug, does not delete entry from addressbook.
*/
public boolean removeAccount(AccountInfo accountinfo)
{