Remove unusd ScriptEntry ctor
Change-Id: I7109877e789659b87cbc16e9c5da39dcc8249e09
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user