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

remove do-nothing code

Change-Id: I101cc3be44f029f7353e8d40823c0d6b2bd761b3
üst c0415d5f
......@@ -90,10 +90,6 @@ public class ScriptMetaData extends ScriptEntry {
}
}
@Override
public Object clone() throws CloneNotSupportedException {
return super.clone();
}
public boolean equals(ScriptMetaData other) {
if (super.equals(other) &&
......
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