ServerChannelInitializer should be final 37/101437/5
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Jun 2022 09:51:59 +0000 (11:51 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Jun 2022 11:50:34 +0000 (13:50 +0200)
commit89962f0326128bdae2bf1dfef0a8ddc01609b184
tree54fdeaf3c78588e47a6b4d11060df645a48439f8
parent50aba4430f250f89dcd59a480cef5980475a70cd
ServerChannelInitializer should be final

This is a simple implementation class, make sure it is final to keep
its interactions well-defined.

Change-Id: I7e276e85cf7c08e470657c46b5c2d394bee65a8d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/ServerChannelInitializer.java