Kaydet (Commit) 9b70fdf5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unusd ScriptEntry ctor

Change-Id: I7109877e789659b87cbc16e9c5da39dcc8249e09
üst 05dba686
......@@ -68,10 +68,6 @@ public class ScriptEntry implements Cloneable {
this.description = description;
}
public ScriptEntry(String languagename, String location) {
this("Java", languagename, location);
}
@Override
public Object clone() throws CloneNotSupportedException {
return super.clone();
......
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