Add blueprint wiring to sal-remoterpc-connector
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / main / java / org / opendaylight / controller / config / yang / config / remote_rpc_connector / RemoteRPCBrokerModuleFactory.java
index e1ba46ae15fb94c993c1069b4dd2e627bb803ada..4d75ebb443596390da891c3216c90228b31e591e 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
 /*
 * Generated file
 *
 */
 package org.opendaylight.controller.config.yang.config.remote_rpc_connector;
 
+
 import org.opendaylight.controller.config.api.DependencyResolver;
 import org.opendaylight.controller.config.api.DynamicMBeanWithInstance;
 import org.opendaylight.controller.config.spi.Module;
 import org.osgi.framework.BundleContext;
 
 public class RemoteRPCBrokerModuleFactory extends org.opendaylight.controller.config.yang.config.remote_rpc_connector.AbstractRemoteRPCBrokerModuleFactory {
-
   @Override
   public Module createModule(String instanceName, DependencyResolver dependencyResolver, BundleContext bundleContext) {
     RemoteRPCBrokerModule module = (RemoteRPCBrokerModule)super.createModule(instanceName,dependencyResolver,bundleContext);
@@ -31,5 +39,4 @@ public class RemoteRPCBrokerModuleFactory extends org.opendaylight.controller.co
     module.setBundleContext(bundleContext);
     return module;
   }
-
 }