Remove yang-test
[controller.git] / opendaylight / config / yang-test / src / main / java / org / opendaylight / controller / config / yang / test / impl / MultipleDependenciesModuleStub.txt
diff --git a/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/MultipleDependenciesModuleStub.txt b/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/MultipleDependenciesModuleStub.txt
deleted file mode 100644 (file)
index bbf2a71..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-        return new org.opendaylight.controller.config.yang.test.impl.CheckedAutoCloseable() {
-            @Override
-            public synchronized void close() throws Exception {
-                if(getSingleDependency() != null && getSingleDependency().isClosed() == true) {
-                    // Simulate a cleanup on dependencies that should not be closed yet
-                    throw new java.lang.Error("Dependency was closed first");
-                }
-                for (org.opendaylight.controller.config.yang.test.impl.CheckedAutoCloseable autoCloseable : getTestingDepsDependency()) {
-                    if(autoCloseable.isClosed() == true) {
-                        // Simulate a cleanup on dependencies that should not be closed yet
-                        throw new java.lang.Error("Dependency was closed first");
-                    }
-                }
-                super.close();
-            }
-        };
\ No newline at end of file