Speed up checkParametersTypes()
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / RestconfApplication.java
index e7950a1b8280871811bd54cc6fb103de08041504..028a8ba7b0299edac70d41b5abc100c07f764de9 100644 (file)
@@ -52,7 +52,7 @@ public class RestconfApplication extends AbstractRestconfApplication {
     @Inject
     public RestconfApplication(final SchemaContextHandler schemaContextHandler,
             @Reference final DOMMountPointService mountPointService,
-            final TransactionChainHandler transactionChainHandler, final DOMDataBroker dataBroker,
+            final TransactionChainHandler transactionChainHandler, @Reference final DOMDataBroker dataBroker,
             @Reference final DOMRpcService rpcService, @Reference final DOMActionService actionService,
             @Reference final DOMNotificationService notificationService,
             @Reference final DOMSchemaService domSchemaService, final Configuration configuration) {