Make TransactionProxy.isRootPath() static 18/18918/1
authorRobert Varga <rovarga@cisco.com>
Thu, 23 Apr 2015 13:20:23 +0000 (15:20 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 23 Apr 2015 13:20:45 +0000 (15:20 +0200)
commit4cc508ed613c7f455b26521d6b9e22cb0ad7abe2
treeea40e39a73a068f544e00919797756ae2e416a1c
parent0f3ae2f9e4151a60245a2b295cc7998f0d0e745f
Make TransactionProxy.isRootPath() static

Its result depends only on the argument, so make it static.

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