classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] [Patch] small fixes in gnu.*


From: Chris Burdess
Subject: Re: [cp-patches] [Patch] small fixes in gnu.*
Date: Wed, 2 Mar 2005 17:49:13 +0000

Michael Koch wrote:
I just commited the attached patch to fix some small issues in gnu.*.

        gnu/java/net/protocol/http/ChunkedInputStream.java,

I must say I'm not particularly happy about some of these changes. E.g. for the above file:


+++ gnu/java/net/protocol/http/ChunkedInputStream.java 2 Mar 2005 17:27:07 -0000
@@ -39,8 +39,8 @@
 package gnu.java.net.protocol.http;

 import java.io.FilterInputStream;
-import java.io.InputStream;
 import java.io.IOException;
+import java.io.InputStream;
 import java.net.ProtocolException;


'n' comes before 'O' in English collation. This "fix" is a regression.
--
Chris Burdess





reply via email to

[Prev in Thread] Current Thread [Next in Thread]