Fixed NPE in maven-yang-plugin
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / test / resources / abstract-topology.yang
index dbece9a9971ace779dc806cd154937b022ac644a..dc7d0a9832fd4cbadfabf4883c9371d97bec9e13 100644 (file)
@@ -8,8 +8,8 @@ module abstract-topology {
         revision-date 2010-09-24;
     }
 
-    organization "Cisco";
-    contact "WILL-BE-DEFINED-LATER";
+    organization "OPEN DAYLIGHT";
+    contact "http://www.opendaylight.org/";
 
     description
         "This module contains the definitions of elements that creates network 
@@ -19,7 +19,7 @@ module abstract-topology {
         reference "~~~ WILL BE DEFINED LATER";
     }
     
-    typedef network-node-id-ref {
+    typedef node-id-ref {
         type leafref {
             path "/tp:topology/tp:network-nodes/tp:network-node/tp:node-id";
         }