[Webfunds-commits] java/webfunds/client WalletContext.java

Jeroen C. van Gelderen gelderen@cypherpunks.ai
Thu, 1 Jun 2000 17:12:55 -0400 (AST)


gelderen    00/06/01 17:12:55

  Modified:    webfunds/client WalletContext.java
  Log:
  Sigh. Restore spammed import statements.

Revision  Changes    Path
1.6       +2 -3      java/webfunds/client/WalletContext.java

Index: WalletContext.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/WalletContext.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- WalletContext.java	2000/06/01 21:12:01	1.5
+++ WalletContext.java	2000/06/01 21:12:55	1.6
@@ -1,4 +1,4 @@
-/* $Id: WalletContext.java,v 1.5 2000/06/01 21:12:01 gelderen Exp $
+/* $Id: WalletContext.java,v 1.6 2000/06/01 21:12:55 gelderen Exp $
  *
  * Copyright (c) 2000 Systemics Inc. All rights reserved.
  */
@@ -9,10 +9,9 @@
 import java.security.SecureRandom;
 
 import webfunds.client.contracts.ChangeContractStore;
+import webfunds.client.plugins.PluginManager;
 import webfunds.store.Store;
 import webfunds.store.StoreException;
-
-import webfunds.client.plugins.PluginManager;
 
 
 public interface WalletContext