This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [POSIX]: SocketTimeoutException for PlainDatagramSocketImpl + Minor Case Changes


Hi Michael,

>> -          (JvNewStringUTF ("Connect timed out"));
>> +          (JvNewStringUTF ("connect timed out"));
>
>Why are you changing this to lower case when you change all other to
>upper case ?
>
>With this little nit I'm okay with the patch.

I changed this because Sun's JRE has this inconsistency. I know
we're not necessarily striving for strict JRE conformance, so you
decide what's right here - I'll do whatever you want.

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]