Remove yang-test
[controller.git] / opendaylight / config / yang-test / README.txt
diff --git a/opendaylight/config/yang-test/README.txt b/opendaylight/config/yang-test/README.txt
deleted file mode 100644 (file)
index c26df02..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Test code generator, namely generating abstract classes to target/generated-sources/config folder.
-Currently files generated to src are modified - getInstance() method must be implemented, so the body is replaced
-manually with following snippet:
-               return new AutoCloseable() {
-                       @Override
-                       public void close() throws Exception {
-                       }
-               };
-TODO: clean src/main/java directory and replace generated body during build.