X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-remoterpc-connector%2Fsrc%2Ftest%2Fresources%2Ftest-rpc.yang;h=3db1f5fdba4a2bc47bfed2751e1c7c50efd3345c;hb=85c74b453906bd9484d86535e39575f304d66348;hp=3474e9183429fa94df4395e53136cc078296a66a;hpb=3671ac415342e718f34c16d272647abd15b742c1;p=controller.git diff --git a/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/test-rpc.yang b/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/test-rpc.yang index 3474e91834..3db1f5fdba 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/test-rpc.yang +++ b/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/test-rpc.yang @@ -4,7 +4,7 @@ module test-rpc-service { prefix "rpc"; revision "2014-08-28" { - description + description "Initial revision"; } @@ -14,11 +14,11 @@ module test-rpc-service { type string; } } - + output { leaf output-data { type string; } } } -} \ No newline at end of file +}