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

Diff of /classpath/java/net/URLStreamHandler.java

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

revision 1.33 by mark, Sat Jul 2 20:32:39 2005 UTC revision 1.34 by green, Thu Sep 15 14:42:36 2005 UTC
# Line 511  public abstract class URLStreamHandler Line 511  public abstract class URLStreamHandler
511      int size = protocol.length() + authority.length() + file.length() + 24;      int size = protocol.length() + authority.length() + file.length() + 24;
512      StringBuffer sb = new StringBuffer(size);      StringBuffer sb = new StringBuffer(size);
513    
514      if (protocol != null && protocol.length() > 0)      if (protocol.length() > 0)
515        {        {
516          sb.append(protocol);          sb.append(protocol);
517          sb.append(":");          sb.append(":");

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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