Remove unneed clear in constructor.

Keeps all constructors on equal footing.

Change-Id: I316d2b058cc2230ff6aa25a6c8785b42b460438d
This commit is contained in:
Robert Greenwalt
2014-05-14 17:37:10 -07:00
parent 44a242a81d
commit ef72c1b9dd

View File

@@ -89,7 +89,6 @@ public class LinkProperties implements Parcelable {
}
public LinkProperties() {
clear();
}
// copy constructor instead of clone