Implemented ordering of yang module data nodes. Added Comparators utility class.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / test / resources / model / testfile3.yang
index 495653c96a744aa95442a9c154aeaba15c31e406..c507da55e521612178a2bde2aa9f01fbb5b21b4c 100644 (file)
@@ -32,14 +32,14 @@ module types3 {
             description "Description for augment holder";
         }
     }
-    
+
     augment "/data:interfaces/data:ifEntry" {
         when "if:ifType='ds2'";
         container augment-holder2 {
             description "Description for augment holder";
         }
     }
-    
+
     augment "/data:interfaces/data:ifEntry/t3:augment-holder/t1:schemas" {
         when "if:leafType='ds1'";
         leaf linkleaf {
@@ -51,7 +51,7 @@ module types3 {
         mnt:mountpoint point {
             mnt:target-ref target;
         }
-        
+
         description "network-description";
         reference "network-reference";
         status obsolete;
@@ -65,7 +65,7 @@ module types3 {
              storage (memory, flash or disk) that can be used to
              store syslog messages.";
     }
-    
+
     extension c-define {
         description
             "Takes as argument a name string.
@@ -73,7 +73,7 @@ module types3 {
              #define.";
         argument "name";
     }
-    
+
     notification event {
         leaf event-class {
             type string;
@@ -83,7 +83,7 @@ module types3 {
             type string;
         }
     }
-    
+
     rpc get-config {
         description
           "Retrieve all or part of a specified configuration.";