IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> deprecated

This commit is contained in:
Richard Morales 2012-12-20 17:07:33 -05:00
parent d951ae7b72
commit 610202bc0d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class CloseableURLClassLoader extends URLClassLoader {
this.jarFile = new JarFile(file, verify);
this.manifest = jarFile.getManifest();
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) {