jkesselm 02/02/04 11:03:41
Modified: java/src/org/apache/xpath/objects XStringForFSB.java
Log:
Bugzilla 5346: Oops. Forgot to take out a debugging printout.
Revision Changes Path
1.11 +2 -4
xml-xalan/java/src/org/apache/xpath/objects/XStringForFSB.java
Index: XStringForFSB.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/objects/XStringForFSB.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XStringForFSB.java 4 Feb 2002 19:01:14 -0000 1.10
+++ XStringForFSB.java 4 Feb 2002 19:03:41 -0000 1.11
@@ -1088,8 +1088,7 @@
// by a power of 10 too large to fit in a long! In that case, resort to
// successive divisions.
//
- // %REVIEW% This can't be a good solution. Need a better algorithm.
-
+ // %REVIEW% This can't be an optimal solution. Need a better algorithm.
int i=digitsFound[1];
while(i>0)
{
@@ -1102,8 +1101,7 @@
doubleResult/=scale;
}
}
-
- /***/System.out.println("GONK "+doubleResult);
+
if(isNegative)
doubleResult *= -1;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]