BUG 6396 faas-renderer project migration to blueprint
[groupbasedpolicy.git] / renderers / faas / src / main / java / org / opendaylight / controller / config / yang / config / faas_provider / impl / FaasProviderModule.java
index 3909c975bcdba135a2ee67433d05b77906db6bfa..78943c3af187ec637971d362833aba400642324e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2015 Huawei Technologies 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
@@ -8,7 +8,7 @@
 
 package org.opendaylight.controller.config.yang.config.faas_provider.impl;
 
-import org.opendaylight.groupbasedpolicy.renderer.faas.FaasRenderer;
+import org.opendaylight.controller.sal.common.util.NoopAutoCloseable;
 
 public class FaasProviderModule extends
         org.opendaylight.controller.config.yang.config.faas_provider.impl.AbstractFaasProviderModule {
@@ -32,7 +32,7 @@ public class FaasProviderModule extends
 
     @Override
     public java.lang.AutoCloseable createInstance() {
-        return new FaasRenderer(getDataBrokerDependency(), getEpRendererAugmentationRegistryDependency());
+        return NoopAutoCloseable.INSTANCE;
     }
 
 }