Remove CSS code
[controller.git] / opendaylight / config / yang-jmx-generator / src / test / resources / org / opendaylight / controller / config / yangjmxgenerator / unknownextension / test-ifcWithUnknownExtension.yang
diff --git a/opendaylight/config/yang-jmx-generator/src/test/resources/org/opendaylight/controller/config/yangjmxgenerator/unknownextension/test-ifcWithUnknownExtension.yang b/opendaylight/config/yang-jmx-generator/src/test/resources/org/opendaylight/controller/config/yangjmxgenerator/unknownextension/test-ifcWithUnknownExtension.yang
deleted file mode 100644 (file)
index e027177..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-// vi: set smarttab et sw=4 tabstop=4:
-module config-threads {
-    yang-version 1;
-    namespace "urn:opendaylight:params:xml:ns:yang:controller:threads";
-    prefix "th";
-
-    import config { prefix config; revision-date 2013-04-05; }
-
-    revision "2013-05-02" {
-        description
-            "Add test";
-    }
-
-    extension java-class2 {
-        description
-            "YANG language extension carrying the fully-qualified name of
-             a Java class. Code generation tools use the provided reference
-             to tie a specific construct to its Java representation.";
-
-        argument "name";
-    }
-
-    identity eventbus {
-        description
-            "Service representing an event bus. The service acts as message
-             router between event producers and event consumers";
-
-        base "config:service-type";
-        th:java-class2 "com.google.common.eventbus.EventBus";
-    }
-
-}