Commit 51becdd6 by Bryce McKinlay

Oops, typo in last change.

From-SVN: r34008
parent 036182e7
...@@ -59,7 +59,7 @@ public class Connection extends JarURLConnection ...@@ -59,7 +59,7 @@ public class Connection extends JarURLConnection
if (getUseCaches()) if (getUseCaches())
{ {
jarfile = (JarFile) file_cache.get(jarFileURL); jarfile = (JarFile) file_cache.get(jarFileURL);
if (jarFile == null) if (jarfile == null)
{ {
jarfile = new JarFile (jarFileURL.getFile ()); jarfile = new JarFile (jarFileURL.getFile ());
file_cache.put (jarFileURL, jarfile); file_cache.put (jarFileURL, jarfile);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment