Fix implementation of equals(...) and hashCode() in XDocResourceKey

Both methods ignored 'metaConfigRevId' and equals would have failed if
'rev' was null.

The new implementation uses java.util.Objects rather than
com.google.common.base.Objects. The JavaDoc of both methods in
com.google.common.base.Objects says that they should be treated as
deprecated and that the corresponding Java 7 methods in
java.util.Objects should be used instead.

Change-Id: Ic1f4d6b0b6480a6ac83ea84a6b63fe63210a8a87
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
1 file changed
tree: c656dbc5009d129fff7b287b59f9cc04d6bced67
  1. .settings/
  2. lib/
  3. src/
  4. .buckconfig
  5. .gitignore
  6. BUCK
  7. LICENSE
  8. pom.xml
  9. VERSION