/[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.37 by green, Fri Sep 16 22:52:18 2005 UTC revision 1.38 by green, Sat Sep 17 04:22:08 2005 UTC
# Line 539  public class URLClassLoader extends Secu Line 539  public class URLClassLoader extends Secu
539          {          {
540            File file = new File(dir, name).getCanonicalFile();            File file = new File(dir, name).getCanonicalFile();
541            if (file.exists() && !file.isDirectory())            if (file.exists() && !file.isDirectory())
542              return new FileResource(this, file.path(), file);              return new FileResource(this, file.getPath(), file);
543          }          }
544        catch (IOException e)        catch (IOException e)
545          {          {

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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