Kaydet (Commit) 2e967664 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused ScriptEntry.setLogicalName

Change-Id: Iad58e4227433b766bbdce92a53c95aed48320f88
üst cf6e5f5b
......@@ -102,10 +102,6 @@ public class ScriptEntry implements Cloneable {
return logicalname;
}
public void setLogicalName(String name) {
logicalname = name;
}
public String getLanguage() {
return language;
}
......
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