[Webfunds-commits] java/webfunds/ricardian Contract.java

Ian Grigg iang@cypherpunks.ai
Sun, 4 Jun 2000 20:49:57 -0400 (AST)


iang        00/06/04 20:49:57

  Modified:    webfunds/ricardian Contract.java
  Log:
  got rid of old diag

Revision  Changes    Path
1.21      +2 -2      java/webfunds/ricardian/Contract.java

Index: Contract.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/ricardian/Contract.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Contract.java	2000/05/27 02:54:56	1.20
+++ Contract.java	2000/06/05 00:49:56	1.21
@@ -1,5 +1,5 @@
 /*
- * $Id: Contract.java,v 1.20 2000/05/27 02:54:56 iang Exp $
+ * $Id: Contract.java,v 1.21 2000/06/05 00:49:56 iang Exp $
  *
  * Copyright (c) Systemics Ltd 1995-1999 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -822,7 +822,7 @@
     /**
      * Return the Unit of Account, e.g., dollars.  Overridden in subclass.
      */
-    public double getAmount(long units) { System.err.println("WHOA! wrong one! " + this.getClass()); return units; }
+    public double getAmount(long units) { return (double)units; }