cid#1326674 DLS: Dead local store

Change-Id: I8168d3703022c9a1baed6e82c43a04ffa0ca52c0
This commit is contained in:
Noel Grandin
2015-10-14 11:22:18 +02:00
parent 8856d30694
commit fb451a14c0

View File

@@ -187,13 +187,6 @@ public class ScriptEditorForBeanShell implements ScriptEditor, ActionListener {
}
final ClassLoader theCl = cl;
String sUrl = entry.getParcelLocation();
if (!sUrl.endsWith("/")) {
sUrl += "/";
}
sUrl += entry.getLanguageName();
final URL url = entry.getSourceURL();
SwingInvocation.invoke(
new Runnable() {