/[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.39 by mkoch, Fri Oct 15 10:04:52 2004 UTC revision 1.40 by mkoch, Wed Nov 17 08:44:23 2004 UTC
# Line 321  public final class URL implements Serial Line 321  public final class URL implements Serial
321     */     */
322    public URL(String spec) throws MalformedURLException    public URL(String spec) throws MalformedURLException
323    {    {
324      this((URL) null, spec, (URLStreamHandler) null);      this((URL) null, spec != null ? spec : "", (URLStreamHandler) null);
325    }    }
326    
327    /**    /**

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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