diff options
Diffstat (limited to 'tests/modules/yang/notifications@2008-07-14.yang')
-rw-r--r-- | tests/modules/yang/notifications@2008-07-14.yang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modules/yang/notifications@2008-07-14.yang b/tests/modules/yang/notifications@2008-07-14.yang index b696f39..8a723b2 100644 --- a/tests/modules/yang/notifications@2008-07-14.yang +++ b/tests/modules/yang/notifications@2008-07-14.yang @@ -80,7 +80,7 @@ module notifications { } } - /*container notification { + container notification { description "internal struct to start a notification"; config false; @@ -90,6 +90,6 @@ module notifications { } // eventType and any data content goes here - }*/ + } } |