[Webfunds-commits] java/webfunds/token BaseToken.java
Ian Grigg
iang@cypherpunks.ai
Sun, 1 Apr 2001 18:37:03 -0400 (AST)
iang 01/04/01 18:37:02
Modified: webfunds/token BaseToken.java
Log:
oops, wrong package for log... BTW, this code should compile, but the
implementations are not as yet added, and they don't work regardless!
Revision Changes Path
1.2 +1 -1 java/webfunds/token/BaseToken.java
Index: BaseToken.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/token/BaseToken.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- BaseToken.java 2001/04/01 22:25:24 1.1
+++ BaseToken.java 2001/04/01 22:37:02 1.2
@@ -1,5 +1,5 @@
/*
- * $Id: BaseToken.java,v 1.1 2001/04/01 22:25:24 iang Exp $
+ * $Id: BaseToken.java,v 1.2 2001/04/01 22:37:02 iang Exp $
*
* Copyright (c) Systemics Inc 1995-2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -25,7 +25,7 @@
import webfunds.sox.Encodable;
import webfunds.sox.SOXPacketException;
-import webfunds.token.utils.Log;
+import webfunds.token.util.Log;
/**
* This class represents a token (a.k.a. coin) throughout its lifecycle.