bayard 2003/11/26 22:32:26
Modified: io/src/java/org/apache/commons/io EndianUtils.java
Log:
Removed comment about unit tests coming soon. It's been 2 years and the
other stuff never had ut's anyway. I hope. Else I just wasted a lot of time.
Revision Changes Path
1.7 +1 -7
jakarta-commons-sandbox/io/src/java/org/apache/commons/io/EndianUtils.java
Index: EndianUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/io/src/java/org/apache/commons/io/EndianUtils.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- EndianUtils.java 27 Nov 2003 04:07:09 -0000 1.6
+++ EndianUtils.java 27 Nov 2003 06:32:26 -0000 1.7
@@ -311,12 +311,6 @@
return Double.longBitsToDouble( readSwappedLong( data, offset ) );
}
- //////////////////////////////////////////////////////////////////////
- //
- // The following haven't been fully tested yet - unit tests coming soon!!!
- //
- //////////////////////////////////////////////////////////////////////
-
/**
* Writes a "short" value to an OutputStream. The value is
* converted to the opposed endian system while writing.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]