Fix JaxRsApiPath declaration 57/109057/4
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 24 Nov 2023 15:42:09 +0000 (16:42 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 24 Nov 2023 18:02:11 +0000 (18:02 +0000)
commita3d686d47bf76a58ba46629903e00717d847513c
tree0ec4d60cf10692eb829b28acc7b0789ff844a91c
parent6256f2b6808f63e252b44ca4e3b1883a8cf5d875
Fix JaxRsApiPath declaration

We are using this class to define our mapping, which means its
constructor must be public. Fixes Jersey reporting "No injection source
found for a parameter of type" fatal message.

JIRA: NETCONF-1157
Change-Id: I75031376ce3ee453d9a5d60b7917c34e57c831fe
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/jaxrs/JaxRsApiPath.java