/[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.45 by gnu_andrew, Tue Apr 19 01:09:26 2005 UTC revision 1.46 by mark, Sat Apr 23 13:04:45 2005 UTC
# Line 430  public final class URL implements Serial Line 430  public final class URL implements Serial
430          authority = context.authority;          authority = context.authority;
431        }        }
432      else // Protocol NOT specified in spec. and no context available.      else // Protocol NOT specified in spec. and no context available.
433        throw new MalformedURLException("Absolute URL required with null context");        throw new MalformedURLException("Absolute URL required with null"
434                                          + " context: " + spec);
435    
436      protocol = protocol.trim();      protocol = protocol.trim();
437    

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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