Remove the need for synthetic methods 38/58838/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 13 Jun 2017 16:40:52 +0000 (18:40 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 20 Jun 2017 10:01:19 +0000 (10:01 +0000)
commite32c8c9ec0627ff0c5557a103818e7ca039b89f4
tree5a7a4b40cca878d14539dbb8694ce706ed45014b
parent28252d862d552dc78adc9df8b4657cd686502509
Remove the need for synthetic methods

Using private methods from anonymous classes forces javac to create
synthetics. Lower isolation to package-private to call them directly.

Change-Id: I52a5d641f275d5a2e9924e60910641ccdce42281
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/sal/KeepaliveSalFacade.java