Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / customrpc / SettableOperationProvider.java
index d811fe70f435be487e88917e4a859fc22e54388c..d0e19cef972c2df31bd4390e80a69569292be978 100644 (file)
@@ -46,7 +46,7 @@ public class SettableOperationProvider implements NetconfOperationServiceFactory
 
         private final SettableRpc rpc;
 
-        private SettableOperationService(final File rpcConfig) {
+        SettableOperationService(final File rpcConfig) {
             this.rpc = new SettableRpc(rpcConfig);
         }