[Webfunds-commits] java/webfunds/sox AccountId.java

Jeroen C. van Gelderen gelderen@cypherpunks.ai
Thu, 13 Jul 2000 17:12:31 -0400 (AST)


gelderen    00/07/13 17:12:31

  Modified:    webfunds/sox AccountId.java
  Log:
  Remove obsolete import statement.

Revision  Changes    Path
1.18      +2 -3      java/webfunds/sox/AccountId.java

Index: AccountId.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/AccountId.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- AccountId.java	2000/07/06 17:08:05	1.17
+++ AccountId.java	2000/07/13 21:12:31	1.18
@@ -1,4 +1,4 @@
-/* $Id: AccountId.java,v 1.17 2000/07/06 17:08:05 gelderen Exp $
+/* $Id: AccountId.java,v 1.18 2000/07/13 21:12:31 gelderen Exp $
  *
  * Copyright (c) Systemics Inc. 1995-2000 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -8,14 +8,13 @@
 
 import java.io.*;
 import java.security.*;
-import sun.security.x509.*;
 
 
 /**
  * This class represents an Account identifier,
  * which is the standard way of referring to an account.
  *
- * @version $Revision: 1.17 $
+ * @version $Revision: 1.18 $
  */
 public class AccountId extends Id
 {