Implemented ordering of yang module data nodes. Added Comparators utility class.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / binding-generator-impl / src / test / resources / binary-type-test-models / binary-type-test.yang
index f0cb1236ae8d8a33efc0b0989cbe108c44dda958..14735c3e5f59f2d2a676d564b46cf6dedf8a8546 100644 (file)
@@ -48,7 +48,7 @@ module binary-type-test {
             type bin:restricted-binary;
         }
 
-        leaf-list binary-list {
+        leaf-list binary-leaf-list {
             type binary {
                 length 256;
             }