Inline AsyncSshHandler.startSsh() 11/102711/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 17 Oct 2022 18:51:13 +0000 (20:51 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Oct 2022 08:07:03 +0000 (10:07 +0200)
There is just no reason to have this method split out, inline it to its
sole user -- which is making interactions a bit clearer. We also see
that there is a blocking call, holding up the caller until the
connection succeeds.

JIRA: NETCONF-905
Change-Id: Iae781a743e670498c9329162bb05a7475f32d370
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found