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

Commit 45dbf8cc authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "docs: Add documentation for equals() method" into qt-dev am: 732a1276 am: 8bc1955d

Change-Id: Ie77e185c38a1a5eda8efa73577d98babadb6e90d
parents fc94ebae 8bc1955d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -305,6 +305,12 @@ public final class ComponentName implements Parcelable, Cloneable, Comparable<Co
        proto.end(token);
    }

    /**
     * {@inheritDoc}
     *
     * <p>Two components are considered to be equal if the packages in which they reside have the
     * same name, and if the classes that implement each component also have the same name.
     */
    @Override
    public boolean equals(Object obj) {
        try {