Eliminate ParserIdentifier 98/109098/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 28 Nov 2023 14:54:35 +0000 (15:54 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 28 Nov 2023 14:57:45 +0000 (15:57 +0100)
commit471b1e0e2d3d386c7c9fc27a49270c9ea457e356
treee0b1771cddfac02853c19858abca7c5a75e180a3
parent395bf2bf05bf553dc7adba706160f3d51d7a8143
Eliminate ParserIdentifier

This is a useless class now. Move its sole method into
ParserIdentifierTest pending further specialization.

JIRA: NETCONF-1157
Change-Id: I6ae765a3934cac2d1139056a76d2f197d15bee59
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/utils/parser/ParserIdentifier.java [deleted file]
restconf/restconf-nb/src/test/java/org/opendaylight/restconf/nb/rfc8040/utils/parser/ParserIdentifierTest.java