RPC for netconf node addition. Supports encrypt option for password encryption.
[netconf.git] / netconf / callhome-provider / src / main / java / org / opendaylight / netconf / callhome / mount / BaseCallHomeTopology.java
index f663445cc8bd13f940b48d24375fcdaa6f64b180..0fcfb82fc79e8268e37228fc2ff3a6fb6bab17d2 100644 (file)
@@ -31,7 +31,8 @@ abstract class BaseCallHomeTopology extends AbstractNetconfTopology {
                          final DOMMountPointService mountPointService,
                          final AAAEncryptionService encryptionService) {
         super(topologyId, clientDispatcher, eventExecutor, keepaliveExecutor,
-                processingExecutor, schemaRepositoryProvider, dataBroker, mountPointService, encryptionService);
+              processingExecutor, schemaRepositoryProvider, dataBroker, mountPointService,
+              encryptionService);
         this.mountPointService = mountPointService;
     }
 }