Relax visibility on FrontendReadWriteTransaction methods
We are invoking these methods from anonymous subclasses, hence
keeping them private forces redirection via synthetic accessors:
at org.opendaylight.controller.cluster.datastore.FrontendReadWriteTransaction.successfulDirectCanCommit
at org.opendaylight.controller.cluster.datastore.FrontendReadWriteTransaction.access$300
at org.opendaylight.controller.cluster.datastore.FrontendReadWriteTransaction$5.onSuccess
This patch makes the methods package-private, which will eliminate
the accessor, improving the stack trace.
Change-Id: Idbd803c43d7ed7333fc392a17edaf61c9721d76f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit
abe229278329771993cc6ae09eef2a0a7afc2598)