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

Diff of /classpath/java/net/URLClassLoader.java

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

revision 1.16 by mark, Thu Jul 17 00:28:46 2003 UTC revision 1.17 by mark, Thu Jul 17 16:47:02 2003 UTC
# Line 657  public class URLClassLoader extends Secu Line 657  public class URLClassLoader extends Secu
657     */     */
658    protected void addURL(URL newUrl)    protected void addURL(URL newUrl)
659    {    {
660        addURLImpl(newUrl);
661      }
662    
663      private void addURLImpl(URL newUrl)
664      {
665      synchronized(urlloaders)      synchronized(urlloaders)
666        {        {
667          if (newUrl == null)          if (newUrl == null)
# Line 693  public class URLClassLoader extends Secu Line 698  public class URLClassLoader extends Secu
698    {    {
699      for (int i = 0; i < newUrls.length; i++)      for (int i = 0; i < newUrls.length; i++)
700      {      {
701        addURL(newUrls[i]);        addURLImpl(newUrls[i]);
702      }      }
703    }    }
704    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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