Speed up class check 36/17536/7
authorRobert Varga <rovarga@cisco.com>
Wed, 1 Apr 2015 11:55:04 +0000 (13:55 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 2 Apr 2015 08:23:03 +0000 (10:23 +0200)
commit06cbc94a8721ec4c146012e97ea4515f439dfa5f
tree240c7c2f1814571c8bd1d8e317d3f52e3bc7916c
parent08330312d23af971d176ad1679b7e89409096204
Speed up class check

Class.equals() returns the same, but calling it on a constant very
obvious to JIT that it can inline things.

Change-Id: I9e13a4b55ec194f51c8a39302433e22194a44b64
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionProxy.java