Lower visibility to package 63/84863/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 1 Oct 2019 21:13:35 +0000 (23:13 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 5 Oct 2019 12:33:19 +0000 (14:33 +0200)
commit492b47f75b904b66c65b188a5ccd7e816780f090
tree6296fa8b6a45380c65729f772a57f6fdfc2faaad
parent9e7adec1a8dfe5dd84dcb7317280572aab20e668
Lower visibility to package

This is a private-class method, it is fair game to declare it as
package-private, as noone can observe it outside of the nest.

Remove the need for shenanigans and lower access to the sole
method.

Change-Id: I5d44202f28e21ce57666f607f5634191ff517f17
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/callhome-protocol/src/main/java/org/opendaylight/netconf/callhome/protocol/NetconfCallHomeServer.java
netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/impl/utils/NetconfTopologySetup.java
netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/messages/action/InvokeActionMessage.java
netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/messages/rpc/InvokeRpcMessage.java
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/listener/NetconfSessionPreferences.java
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/sal/tx/WriteRunningTx.java