[Webfunds-commits] java/webfunds/sox Token.java
Ian Grigg
iang@cypherpunks.ai
Thu, 30 Nov 2000 09:42:47 -0400 (AST)
iang 00/11/30 09:42:47
Modified: webfunds/sox Token.java
Log:
log is always small, making it return long was probably an error, and
confused the casting code.
Revision Changes Path
1.4 +2 -2 java/webfunds/sox/Token.java
Index: Token.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/Token.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Token.java 2000/11/09 13:15:08 1.3
+++ Token.java 2000/11/30 13:42:47 1.4
@@ -1,5 +1,5 @@
/*
- * $Id: Token.java,v 1.3 2000/11/09 13:15:08 iang Exp $
+ * $Id: Token.java,v 1.4 2000/11/30 13:42:47 iang Exp $
*
* Copyright (c) Systemics Inc 1995-2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -103,7 +103,7 @@
* encoded in the magic parts (by use of certain key, for example).
*/
protected int log;
- public long getLog() { return log; }
+ public int getLog() { return log; }
/**
* Note (1) that this may be derived information, the real