/[classpath]/classpath/java/net/URL.java
ViewVC logotype

Diff of /classpath/java/net/URL.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by mark, Thu Nov 17 10:58:47 2005 UTC revision 1.50 by tromey, Tue Nov 29 18:17:46 2005 UTC
# Line 342  public final class URL implements Serial Line 342  public final class URL implements Serial
342     */     */
343    public URL(URL context, String spec) throws MalformedURLException    public URL(URL context, String spec) throws MalformedURLException
344    {    {
345      this(context, spec, (URLStreamHandler) null);      this(context, spec, context.ph);
346    }    }
347    
348    /**    /**

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26