Remove unusd ScriptEntry ctor

Change-Id: I7109877e789659b87cbc16e9c5da39dcc8249e09
This commit is contained in:
Stephan Bergmann
2016-03-04 15:29:19 +01:00
parent 05dba6868e
commit 9b70fdf5ed

View File

@@ -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();