[Webfunds-commits] java/webfunds/sox Issuer.java
Ian Grigg
iang@cypherpunks.ai
Fri, 6 Apr 2001 19:43:06 -0400 (AST)
iang 01/04/06 19:43:06
Modified: webfunds/sox Issuer.java
Log:
added deprecate comment, cleaned out fluff
Revision Changes Path
1.20 +2 -8 java/webfunds/sox/Issuer.java
Index: Issuer.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/Issuer.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Issuer.java 2000/07/21 21:31:18 1.19
+++ Issuer.java 2001/04/06 23:43:06 1.20
@@ -1,22 +1,16 @@
/*
- * $Id: Issuer.java,v 1.19 2000/07/21 21:31:18 gelderen Exp $
+ * $Id: Issuer.java,v 1.20 2001/04/06 23:43:06 iang Exp $
*
* Copyright (c) Systemics Ltd 1995-1999 on behalf of
* the WebFunds Development Team. All Rights Reserved.
*/
package webfunds.sox;
-import java.io.*;
-import java.security.*;
-import java.util.Date;
-
-import webfunds.utils.Debug;
-
/**
* This class is a "SOX Agent" that passes basic requests to the Issuer.
* It should be passive until requested (by calls to the methods below).
*
- * @version 1.3
+ * XXX: Deprecated in favour of Server;
*/
public interface Issuer
{