Delete restconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / json-to-nn / simple-list-yang / 4 / array-with-null.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/json-to-nn/simple-list-yang/4/array-with-null.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/json-to-nn/simple-list-yang/4/array-with-null.yang
deleted file mode 100644 (file)
index 869e406..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-module array-with-null-yang {
-  namespace "array:with:null:yang";  
-
-  prefix "arwnlyn";
-  revision 2013-11-12 {    
-  }
-  
-  container cont{
-      leaf lf{
-          type empty;
-      }
-      leaf lf1{
-          type string;
-      }
-      leaf lf2{
-          type string;
-      }
-      leaf-list lflst1{
-          type empty;
-      }
-      
-      leaf-list lflst2{
-          type string;
-      }
-  }
-}
\ No newline at end of file