gerrit/gerrit-server
Edwin Kempin 3efed75534 Use java.util.Objects instead of com.google.common.base.Objects
Use
  java.util.Objects.equals(...)
instead of
  com.google.common.base.Objects.equal(...)
and
  java.util.Objects.hash(...)
instead of
  com.google.common.base.Objects.hashCode(...)
.

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: I55d53cde42a7eecfa310e1ae4038d2ee4d111c4b
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2015-01-07 08:10:39 +00:00
..
src Use java.util.Objects instead of com.google.common.base.Objects 2015-01-07 08:10:39 +00:00
BUCK Limit number of reductions made by Prolog 2014-12-18 04:35:28 +00:00