Increased version of binding-generator to 0.5.5-SNAPSHOT.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / binding-java-api-generator / src / test / resources / bit_and_union_in_leaf.yang
index e254dd224f61bb0558c4462c9d5d41416b8c45cd..bf13c4f38fb4f5e79ae1aa017c0a7447374ede20 100644 (file)
@@ -14,7 +14,7 @@ module bit-and-union-in-leaf {
         type union {
             type string {
                 pattern "[a-g]";
-            };
+            }
             type int16;
         }
     }
@@ -40,14 +40,14 @@ module bit-and-union-in-leaf {
                 type int32;
                 type string {
                     pattern "[a-z]";
-                };
+                }
                 type string {
-                    pattern "[0-9]*"
-                };
+                    pattern "[0-9]*";
+                }
                 type string {
                     pattern "[a-d]*";
                     pattern "[0-5]*";
-                };
+                }
                 type uint8;
             }
         }