commit-classpath
[Top][All Lists]
Advanced

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

Re: FYI: java.util.GregorianCalendar and java.net.URLStreamHandler


From: Michael Koch
Subject: Re: FYI: java.util.GregorianCalendar and java.net.URLStreamHandler
Date: Tue, 30 Dec 2003 11:43:08 +0100
User-agent: Mutt/1.3.28i

On Mon, Dec 29, 2003 at 01:03:39PM +0100, Guilhem Lavaux wrote:
> Hi,
> 
> Here are two small fixes: one from Ito about DAY_OF_WEEK_IN_MONTH and 
> another to fix relative path which should be transformed into absolute 
> in URLs.

Why do you commit two totally independant things in one commit ?

>       // Or this is an absolute path name; ignore any file context.
>       file = spec.substring(start, end);
> +     if (start < end && spec.charAt(start) != '/')
> +       file = "/" + file;
>       ref = null;
>        } 

Why is this patch actually needed ? It changed nothing for libgcj when I
tried it.


Michael




reply via email to

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