Kaydet (Commit) fb451a14 authored tarafından Noel Grandin's avatar Noel Grandin

cid#1326674 DLS: Dead local store

Change-Id: I8168d3703022c9a1baed6e82c43a04ffa0ca52c0
üst 8856d306
...@@ -187,13 +187,6 @@ public class ScriptEditorForBeanShell implements ScriptEditor, ActionListener { ...@@ -187,13 +187,6 @@ public class ScriptEditorForBeanShell implements ScriptEditor, ActionListener {
} }
final ClassLoader theCl = cl; final ClassLoader theCl = cl;
String sUrl = entry.getParcelLocation();
if (!sUrl.endsWith("/")) {
sUrl += "/";
}
sUrl += entry.getLanguageName();
final URL url = entry.getSourceURL(); final URL url = entry.getSourceURL();
SwingInvocation.invoke( SwingInvocation.invoke(
new Runnable() { new Runnable() {
......
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