From: Tony Tkacik Date: Mon, 22 Sep 2014 15:12:13 +0000 (+0200) Subject: Bug 1025: Fixed incorrect revision in sal-remote-augment, which caused log polution. X-Git-Tag: release/beryllium~475^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=358d608878cfc5b7a701992de22e707c033fb735;p=netconf.git Bug 1025: Fixed incorrect revision in sal-remote-augment, which caused log polution. Change-Id: I5db5bfb43217d21bad58c913de8dedac5d7cdf23 Signed-off-by: Tony Tkacik --- 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 +}