/[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.31 by mark, Thu Jul 1 22:56:17 2004 UTC revision 1.32 by mark, Sun Jul 4 12:02:40 2004 UTC
# Line 268  public final class URL implements Serial Line 268  public final class URL implements Serial
268    {    {
269      if (protocol == null)      if (protocol == null)
270        throw new MalformedURLException("null protocol");        throw new MalformedURLException("null protocol");
271      this.protocol = protocol.toLowerCase();      protocol = protocol.toLowerCase();
272        this.protocol = protocol;
273    
274      if (ph != null)      if (ph != null)
275        {        {

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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