From: Ed Warnicke Date: Mon, 22 Sep 2014 18:31:51 +0000 (+0000) Subject: Merge "Bug 1025: Fixed incorrect revision in sal-remote-augment, which caused log... X-Git-Tag: release/helium~18 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=b3e553ce5b3d3e972cbe19465ab7af2fcb39934c;hp=3191afc71f22a3d0d17d7bad1befdcd011775703;p=controller.git Merge "Bug 1025: Fixed incorrect revision in sal-remote-augment, which caused log polution." --- diff --git a/opendaylight/md-sal/sal-rest-connector/src/main/yang/sal-remote-augment.yang b/opendaylight/md-sal/sal-rest-connector/src/main/yang/sal-remote-augment.yang index 83934568cc..cc1d26fb97 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/main/yang/sal-remote-augment.yang +++ b/opendaylight/md-sal/sal-rest-connector/src/main/yang/sal-remote-augment.yang @@ -9,7 +9,7 @@ module sal-remote-augment { description "Added input parameters to rpc create-data-change-event-subscription"; - revision "2014-7-8" { + revision "2014-07-08" { } augment "/salrmt:create-data-change-event-subscription/salrmt:input" { @@ -28,4 +28,4 @@ module sal-remote-augment { } } -} \ No newline at end of file +}