commit | 610b2c778c83744509ecda0a6cc381ea4b54ad84 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Sun Mar 15 15:21:25 2015 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue Mar 17 20:24:45 2015 +0000 |
tree | 2b310d3449fdb0dc6c625e5a6e882dcf3483bc65 | |
parent | 30fcd2aa8a87ca97e1d6dbc3203c3a485a56dac9 [diff] |
Frameworks/base: Fix trivial equals implementation The comparator's equal implementation doesn't satisfy the constraints of an equals method, namely being reflexive. Use the standard Object implementation instead. Bug: 19797138 Change-Id: I74f888e99533e1945aab7ab10fe8ee3ded6388f4