Merge "Frameworks/base: Fix trivial equals implementation"
This commit is contained in:
@@ -522,10 +522,6 @@ public class Linkify {
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public final boolean equals(Object o) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Collections.sort(links, c);
|
Collections.sort(links, c);
|
||||||
|
|||||||
Reference in New Issue
Block a user