Turn NetconfMessageConstants into a final class 84/101884/2
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 20:27:24 +0000 (22:27 +0200)
commit4c49398a85911278e3a5ac5a6ce3d5f3261b65a6
tree8fbd50675a9be4141e389fad71eba4b28f36af57
parent44926051c90f28ca6d6015ff57f5a4cbf9f716d4
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>
netconf/netconf-util/src/main/java/org/opendaylight/netconf/util/messages/NetconfMessageConstants.java