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

Jeroen C. van Gelderen gelderen@cypherpunks.ai
Thu, 13 Jul 2000 18:51:11 -0400 (AST)


gelderen    00/07/13 18:51:11

  Modified:    webfunds/sox Encodable.java
  Log:
  Explicify import statement.

Revision  Changes    Path
1.20      +2 -2      java/webfunds/sox/Encodable.java

Index: Encodable.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/Encodable.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Encodable.java	2000/06/07 20:33:22	1.19
+++ Encodable.java	2000/07/13 22:51:11	1.20
@@ -1,5 +1,5 @@
 /*
- * $Id: Encodable.java,v 1.19 2000/06/07 20:33:22 iang Exp $
+ * $Id: Encodable.java,v 1.20 2000/07/13 22:51:11 gelderen Exp $
  *
  * Copyright (c) Systemics Ltd 1995-1999 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -8,7 +8,7 @@
 
 import java.util.*;
 import java.io.*;
-import sun.security.x509.*;
+import sun.security.x509.X509Cert;
 
 import webfunds.utils.Diagnostics;