cid#1326674 DLS: Dead local store
Change-Id: I8168d3703022c9a1baed6e82c43a04ffa0ca52c0
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user