Bump MRI upstreams
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / json-to-nn / leafref / augment-leafref-module.yang
index 766cc8153eb899cfd81730dd0cbe1fd198880047..8a55e43a374055f5a10d1a406b8a9e73b43bdaab 100644 (file)
@@ -2,14 +2,11 @@ module augment-leafref-module {
   namespace "augment:leafref:module";  
 
   prefix "auglfrfmo";
-  revision 2014-12-16 {    
-  }
-
+  revision 2014-12-16;
 
   typedef leafreftype {
     type leafref {
-        path "/cont/lf3";
-    
+      path "/auglfrfmo:cont/auglfrfmo:lf3";
     }
   }
   
@@ -18,4 +15,4 @@ module augment-leafref-module {
         type string;
     }
   }
-}
\ No newline at end of file
+}