mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8215048: Some classloader typos
Reviewed-by: alanb
This commit is contained in:
parent
9846588b31
commit
100d5f79a6
2 changed files with 2 additions and 2 deletions
|
@ -805,7 +805,7 @@ public class URLClassPath {
|
|||
private JarFile getJarFile(URL url) throws IOException {
|
||||
// Optimize case where url refers to a local jar file
|
||||
if (isOptimizable(url)) {
|
||||
FileURLMapper p = new FileURLMapper (url);
|
||||
FileURLMapper p = new FileURLMapper(url);
|
||||
if (!p.exists()) {
|
||||
throw new FileNotFoundException(p.getPath());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue