Remove RestconfConstants.IDENTIFIER 61/96861/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 9 Jul 2021 23:02:58 +0000 (01:02 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 9 Jul 2021 23:04:26 +0000 (01:04 +0200)
commitc1547e9e1ed901ca0b64337ffdbae70914af8ad2
tree171250a0c18de2aef75d98d2e73d4f0724c07ca1
parente421ce0f3f5adf8e2a10b1a5eb9a2e15872fd785
Remove RestconfConstants.IDENTIFIER

This constant is not really useful, as it is referenced once in
production code and once in testing. Inline the definitions, as we
really want to make an explicit assertion in tests.

Change-Id: I7fd7a6e64562cb054b15011c1aad7624c47fea3d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/spi/AbstractIdentifierAwareJaxRsProvider.java
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/utils/RestconfConstants.java
restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/jersey/providers/test/AbstractBodyReaderTest.java