Remove RestconfDocumentedException.decodeAndThrow() 35/108535/3
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 20 Oct 2023 12:16:05 +0000 (14:16 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 20 Oct 2023 14:47:49 +0000 (16:47 +0200)
commitbe97ed185f9cfcff69230515c314090f42ea38cd
tree08ef3e7ae988691be6b24316f410768a4ec06a7a
parent521ae9e775f4cc49b16b5bb3615f05f6d8f58a57
Remove RestconfDocumentedException.decodeAndThrow()

This method is not used anywhere, remove it as it binds strongly to
ErrorTags, which are a JAX-RS mapping thing (mostly).

JIRA: NETCONF-1188
Change-Id: I08f0faa8858f4835f843b3b5b4f80de1bb10fa3c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/errors/RestconfDocumentedException.java