diff options
author | Andreas Gampe <agampe@google.com> | 2015-03-17 20:25:20 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-17 20:25:20 +0000 |
commit | 4d9076437c0270cd863493f505e734a3108e89ea (patch) | |
tree | a1ee552c36ad40ba9afb1ac693128378cf41a662 /core | |
parent | 008ec61e0ccff0ca92cc0d2b5b73a1d620d3aad3 (diff) | |
parent | 610b2c778c83744509ecda0a6cc381ea4b54ad84 (diff) | |
download | frameworks_base-4d9076437c0270cd863493f505e734a3108e89ea.zip frameworks_base-4d9076437c0270cd863493f505e734a3108e89ea.tar.gz frameworks_base-4d9076437c0270cd863493f505e734a3108e89ea.tar.bz2 |
Merge "Frameworks/base: Fix trivial equals implementation"
Diffstat (limited to 'core')
-rw-r--r-- | core/java/android/text/util/Linkify.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/java/android/text/util/Linkify.java b/core/java/android/text/util/Linkify.java index c1341e1..0f401a4 100644 --- a/core/java/android/text/util/Linkify.java +++ b/core/java/android/text/util/Linkify.java @@ -522,10 +522,6 @@ public class Linkify { return 0; } - - public final boolean equals(Object o) { - return false; - } }; Collections.sort(links, c); |