Revert "Better FIXME comment in ietf-netconf-notifications model" 21/30721/3
authorJakub Morvay <jmorvay@cisco.com>
Fri, 4 Dec 2015 15:23:24 +0000 (16:23 +0100)
committerTony Tkacik <ttkacik@cisco.com>
Tue, 8 Dec 2015 13:25:07 +0000 (13:25 +0000)
This reverts commit 9940f0ef33ebc84294f278423d33b031c3da1c72.

Since BUG 4414 is fixed, use shorthand version of case statement

Change-Id: Ia5947ae6b133f691d65034c0607898c270d427c7
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
opendaylight/netconf/models/ietf-netconf-notifications/src/main/yang/ietf-netconf-notifications@2012-02-06.yang

index 1c8d94438e0f39963233214400d006ccc40d68e5..dcb35a021bd5e42dc36cc73974882117627d6f41 100644 (file)
@@ -103,7 +103,7 @@ module ietf-netconf-notifications {
          of the session that made the change will be reported.";
       choice server-or-user {
         mandatory true;
-        //FIXME: After Bug 4414 is resolved, use shorthand version of case statement
+        //FIXME: Use shorthand version of case statement, if possible
         case server {
           leaf server {
             type empty;