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

Jeroen C. van Gelderen gelderen@cypherpunks.ai
Thu, 13 Jul 2000 20:38:55 -0400 (AST)


gelderen    00/07/13 20:38:55

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

Revision  Changes    Path
1.27      +2 -3      java/webfunds/sox/Armoury.java

Index: Armoury.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/Armoury.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Armoury.java	2000/07/14 00:29:04	1.26
+++ Armoury.java	2000/07/14 00:38:55	1.27
@@ -1,4 +1,4 @@
-/* $Id: Armoury.java,v 1.26 2000/07/14 00:29:04 gelderen Exp $
+/* $Id: Armoury.java,v 1.27 2000/07/14 00:38:55 gelderen Exp $
  *
  * Copyright (c) Systemics Inc. 1995-2000 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -9,7 +9,6 @@
 import java.security.*;
 
 import sun.security.x509.X509Cert;
-import sun.security.x509.X509Key;
 
 import webfunds.sox.utils.Base64;
 
@@ -36,7 +35,7 @@
  *        <a href="http://www.imc.org/rfc2045">http://www.imc.org/rfc2045</a>
  * </ol>
  *
- * @version $Revision: 1.26 $
+ * @version $Revision: 1.27 $
  */
 public abstract class Armoury
 {