From c3d71a7be3f065d299e9b9fb61df26ca765eb2b3 Mon Sep 17 00:00:00 2001 From: Tony Tkacik Date: Mon, 22 Sep 2014 17:12:13 +0200 Subject: [PATCH] Bug 1025: Fixed incorrect revision in sal-remote-augment, which caused log polution. Change-Id: I5db5bfb43217d21bad58c913de8dedac5d7cdf23 Signed-off-by: Tony Tkacik --- .../sal-rest-connector/src/main/yang/sal-remote-augment.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.36.6