Make AsyncSshHandler final 23/102723/5
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Oct 2022 09:50:10 +0000 (11:50 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Oct 2022 11:57:25 +0000 (13:57 +0200)
commitf3fc29bd4bc3b285c97bf4408c7aa41868e50d78
tree58589f4a289db3e3552138786ba5fcef18083a03
parent0a29984645d407de655066110362261146464be1
Make AsyncSshHandler final

AsyncSshHandler is a fixed-functionality block dealing with
multi-threaded transitions. Make sure it is final so we can reason about
what is going on.

JIRA: NETCONF-905
Change-Id: If494145662d8705eb81c3a5e7ee55a989c218ae1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java