2004-07-17 Michael Koch <konqueror@gmx.de>

* java/nio/ByteOrder.java
	(static): Removed. Not needed.
	Thanks to Patrick Reali for noticing.
	* java/nio/charset/CharsetDecoder.java
	(decode): Fix for classpath bug #9177: Reset state before flipping.

From-SVN: r84856
This commit is contained in:
Michael Koch
2004-07-17 08:43:43 +00:00
committed by Michael Koch
parent e3fe5b9c99
commit 651ba822d0
3 changed files with 12 additions and 12 deletions
@@ -129,6 +129,7 @@ public abstract class CharsetDecoder
if (cr.isError ())
cr.throwException ();
reset();
out.flip ();
return out;
}