Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b07d81ac authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Remove unneed clear in constructor.

Keeps all constructors on equal footing.

Change-Id: I316d2b058cc2230ff6aa25a6c8785b42b460438d
parent e7db8342
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@ public class LinkProperties implements Parcelable {
    }

    public LinkProperties() {
        clear();
    }

    // copy constructor instead of clone