X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fnb%2Frfc8040%2FRestconfApplication.java;h=4fd64e4d721f46c7e6b010cc21f0de0af19915bc;hb=fbc7ba41ffd206a19489669613adc18fe1e43d48;hp=a1ca028d31cbf979714d06fee0952f86eb3a83c8;hpb=ae721eb9a2727c43752faac41e540bbfc62d7f6d;p=netconf.git diff --git a/restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/RestconfApplication.java b/restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/RestconfApplication.java index a1ca028d31..4fd64e4d72 100644 --- a/restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/RestconfApplication.java +++ b/restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/RestconfApplication.java @@ -38,7 +38,7 @@ public class RestconfApplication extends AbstractRestconfApplication { streamSubscription, new RestconfDataServiceImpl(schemaContextHandler, dataBroker, mountPointService, streamSubscription, actionService, configuration), - new RestconfInvokeOperationsServiceImpl(rpcService, schemaContextHandler), + new RestconfInvokeOperationsServiceImpl(rpcService), new RestconfOperationsServiceImpl(schemaContextHandler, mountPointService), new RestconfSchemaServiceImpl(schemaContextHandler, mountPointService, domSchemaService.getExtensions().getInstance(DOMYangTextSourceProvider.class)),