Fix for bug #233 27/4627/2
authorSahilShah <sahil4.s@tcs.com>
Thu, 23 Jan 2014 09:19:22 +0000 (14:49 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 27 Jan 2014 11:30:12 +0000 (11:30 +0000)
Have made changes in augment-monitoring.xml
Signed-off-by: SahilShah <sahil4.s@tcs.com>
Change-Id: Id1d031e4ce56c32a3b51d0eebc0ae6de9b56e6a2
Signed-off-by: SahilShah <sahil4.s@tcs.com>
code-generator/binding-generator-impl/src/test/resources/choice-case-type-test-models/augment-monitoring@2013-07-01.yang
code-generator/samples/maven-code-gen-sample/src/main/yang/augment-monitoring@2013-07-01.yang

index 4683598c6b996434fc1fa205e5dfdabe958f7fdc..a9c357ac63056998a47e1fb0b176e2e8c3f11f12 100644 (file)
@@ -54,8 +54,8 @@ module augment-monitoring {
 
     augment "/nm:netconf-state/nm:datastores/nm:datastore" {
         choice storage-format {
-            case xml {
-                container xml-def {
+            case _xml {
+                container _xml-def {
                     leaf file-name {
                         type string;
                     }
@@ -85,4 +85,4 @@ module augment-monitoring {
             }
         }
     }
-}
\ No newline at end of file
+}
index 4683598c6b996434fc1fa205e5dfdabe958f7fdc..a9c357ac63056998a47e1fb0b176e2e8c3f11f12 100644 (file)
@@ -54,8 +54,8 @@ module augment-monitoring {
 
     augment "/nm:netconf-state/nm:datastores/nm:datastore" {
         choice storage-format {
-            case xml {
-                container xml-def {
+            case _xml {
+                container _xml-def {
                     leaf file-name {
                         type string;
                     }
@@ -85,4 +85,4 @@ module augment-monitoring {
             }
         }
     }
-}
\ No newline at end of file
+}