Turn NetconfMessageConstants into a final class 91/101891/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Jul 2022 18:24:50 +0000 (20:24 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Jul 2022 23:25:09 +0000 (01:25 +0200)
commitf9de5461e9bd98b3df266006d6547fc23e45a149
tree43dc982a45a2cd584aa3a4e94a503f1380c3b0da
parent53e0e4595f445bef9a9ec2bcb20abab92583e905
Turn NetconfMessageConstants into a final class

Keeping constants in an interface is an antipattern, correct that.

Change-Id: I71a49126ec05107dc09ff05e47d16ba461d92e9d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 4c49398a85911278e3a5ac5a6ce3d5f3261b65a6)
netconf/netconf-util/src/main/java/org/opendaylight/netconf/util/messages/NetconfMessageConstants.java