Remove unneed clear in constructor.
Keeps all constructors on equal footing. Change-Id: I316d2b058cc2230ff6aa25a6c8785b42b460438d
This commit is contained in:
@@ -89,7 +89,6 @@ public class LinkProperties implements Parcelable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public LinkProperties() {
|
public LinkProperties() {
|
||||||
clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// copy constructor instead of clone
|
// copy constructor instead of clone
|
||||||
|
|||||||
Reference in New Issue
Block a user