Un-deprecate JSONRestconfService(Impl) 70/58970/1
authorTom Pantelis <tompantelis@gmail.com>
Fri, 2 Jun 2017 03:41:01 +0000 (23:41 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Wed, 14 Jun 2017 18:03:09 +0000 (14:03 -0400)
commit557006cd35f1b540bc0dc15e0b800e0687b73934
treefb05dd3822609dada491b59fa4d1121d7f0909b6
parent6c78a97edc32dd92365caa5b6f4363bed9dc4df7
Un-deprecate JSONRestconfService(Impl)

Patch https://git.opendaylight.org/gerrit/#/c/56391/ deprecated
JSONRestconfService and JSONRestconfServiceImpl however no reason
was given in the patch message (in fact the patch was about fixing
checkstyle violations) nor were any comments added to the classes
as to why they're deprecated.

There really shouldn't be any reason to deprecate these classes
as they are useful and are used in applications. Therefore I remove
the @Deprecated annotation.

Change-Id: I335c8e8665cc2b489e4d3b690d8cac7dbd157b4f
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/api/JSONRestconfService.java
restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/JSONRestconfServiceImpl.java