Un-deprecate JSONRestconfService(Impl) 61/58161/1
authorTom Pantelis <tompantelis@gmail.com>
Fri, 2 Jun 2017 03:41:01 +0000 (23:41 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Fri, 2 Jun 2017 03:41:01 +0000 (23:41 -0400)
commit0a1e253bd1de3dea245b4a1d462e8e4655705a77
tree2283b4623b29d2ff5a5392998110604b0d2b7aa7
parenteb0b7276ab613485543ffa63f49427614a7f5e5b
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