IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> deprecated
This commit is contained in:
parent
d951ae7b72
commit
610202bc0d
|
@ -112,7 +112,7 @@ public class CloseableURLClassLoader extends URLClassLoader {
|
||||||
this.jarFile = new JarFile(file, verify);
|
this.jarFile = new JarFile(file, verify);
|
||||||
this.manifest = jarFile.getManifest();
|
this.manifest = jarFile.getManifest();
|
||||||
this.jarURLStreamHandler = new CloseableJarURLStreamHandler(jarFile);
|
this.jarURLStreamHandler = new CloseableJarURLStreamHandler(jarFile);
|
||||||
this.jarFileURLPrefixString = file.toURL().toString() + BANG_SLASH;
|
this.jarFileURLPrefixString = file.toURI().toURL().toString() + BANG_SLASH;
|
||||||
}
|
}
|
||||||
|
|
||||||
public URL getURL(String name) {
|
public URL getURL(String name) {
|
||||||
|
|
Loading…
Reference in New Issue