Merge "Frameworks/base: Fix trivial equals implementation"

This commit is contained in:
Andreas Gampe
2015-03-17 20:25:20 +00:00
committed by Gerrit Code Review

View File

@@ -522,10 +522,6 @@ public class Linkify {
return 0;
}
public final boolean equals(Object o) {
return false;
}
};
Collections.sort(links, c);