projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee2400e
)
Correction. Committed wrong patch earlier today.
author
Anthony Green
<green@gcc.gnu.org>
Sat, 17 Sep 2005 04:20:26 +0000
(
04:20
+0000)
committer
Anthony Green
<green@gcc.gnu.org>
Sat, 17 Sep 2005 04:20:26 +0000
(
04:20
+0000)
From-SVN: r104367
libjava/java/net/URLClassLoader.java
patch
|
blob
|
history
diff --git
a/libjava/java/net/URLClassLoader.java
b/libjava/java/net/URLClassLoader.java
index 2a6f87c4093bf8c0b8bed67ac3fcc5729c8463c3..dd947cb011533093e6fc77372e4c58b8e74c3303 100644
(file)
--- a/
libjava/java/net/URLClassLoader.java
+++ b/
libjava/java/net/URLClassLoader.java
@@
-614,7
+614,7
@@
public class URLClassLoader extends SecureClassLoader
{
File file = new File(dir, name).getCanonicalFile();
if (file.exists() && !file.isDirectory())
- return new FileResource(this, file.
p
ath(), file);
+ return new FileResource(this, file.
getP
ath(), file);
}
catch (IOException e)
{