Eliminate synthetic access to invoke0() 23/73823/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 9 Jul 2018 02:10:21 +0000 (04:10 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 9 Jul 2018 02:10:21 +0000 (04:10 +0200)
commita2c12f815301c4351bebe5ce1370017ba657c503
tree6d7d5f364db1354e0e1f25deebf63fde8eb1bd4f
parentad4d0951afdde4b3382fe19af76e12678cde4ba5
Eliminate synthetic access to invoke0()

This method is invoked from InvocationStrategy, hence it being
private generates a synthetic accessor method. Change method
visibility to package-private, eliminating this inefficiency.

Change-Id: I74ee9f8c729ba8d0892316fc405a0d99830b5f04
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/md/sal/binding/impl/RpcServiceAdapter.java