Skip to content

Commit 02ceff5

Browse files
committed
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. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140437 13f79535-47bb-0310-9956-ffa450edef68
1 parent 65ae33c commit 02ceff5

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/java/org/apache/commons/io/EndianUtils.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
* Origin of code: Apache Avalon (Excalibur)
6565
*
6666
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
67-
* @version CVS $Revision: 1.6 $ $Date: 2003/11/27 04:07:09 $
67+
* @version CVS $Revision: 1.7 $ $Date: 2003/11/27 06:32:26 $
6868
*/
6969
public final class EndianUtils
7070
{
@@ -311,12 +311,6 @@ public static double readSwappedDouble( final byte[] data, final int offset )
311311
return Double.longBitsToDouble( readSwappedLong( data, offset ) );
312312
}
313313

314-
//////////////////////////////////////////////////////////////////////
315-
//
316-
// The following haven't been fully tested yet - unit tests coming soon!!!
317-
//
318-
//////////////////////////////////////////////////////////////////////
319-
320314
/**
321315
* Writes a "short" value to an OutputStream. The value is
322316
* converted to the opposed endian system while writing.

0 commit comments

Comments
 (0)