/[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.13 by mkoch, Wed Jun 11 14:47:44 2003 UTC revision 1.14 by mkoch, Thu Jun 19 09:59:13 2003 UTC
# Line 469  public final class URL implements Serial Line 469  public final class URL implements Serial
469      if (obj == null || ! (obj instanceof URL))      if (obj == null || ! (obj instanceof URL))
470        return false;        return false;
471    
472      URL uObj = (URL) obj;      return handler.equals (this, (URL) obj);
   
     return handler.equals (this, uObj);  
473    }    }
474    
475    /**    /**

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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