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

Commit 4d907643 authored by Andreas Gampe's avatar Andreas Gampe Committed by Gerrit Code Review
Browse files

Merge "Frameworks/base: Fix trivial equals implementation"

parents 008ec61e 610b2c77
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -522,10 +522,6 @@ public class Linkify {

                return 0;
            }

            public final boolean equals(Object o) {
                return false;
            }
        };

        Collections.sort(links, c);