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

Ian Grigg iang@cypherpunks.ai
Fri, 13 Oct 2000 21:46:55 -0400 (AST)


iang        00/10/13 21:46:55

  Modified:    webfunds/sox SmartIssuer.java
  Log:
  dropped Serializable

Revision  Changes    Path
1.16      +2 -2      java/webfunds/sox/SmartIssuer.java

Index: SmartIssuer.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/SmartIssuer.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- SmartIssuer.java	2000/09/24 23:49:18	1.15
+++ SmartIssuer.java	2000/10/14 01:46:54	1.16
@@ -1,5 +1,5 @@
 /*
- * $Id: SmartIssuer.java,v 1.15 2000/09/24 23:49:18 iang Exp $
+ * $Id: SmartIssuer.java,v 1.16 2000/10/14 01:46:54 iang Exp $
  *
  * Copyright (c) Systemics Ltd 1995-1999 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -7,7 +7,7 @@
 package webfunds.sox;
 
 import java.io.PrintWriter;
-import java.io.Serializable;
+// import java.io.Serializable;
 import java.net.URL;
 import java.net.MalformedURLException;
 import java.security.cert.Certificate;