X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=library%2FRemoteLibrary.java;h=3e0e192d1806abb2e7d4bd270f0e808821c20991;hp=ad92800878f63e31587fa449a07c4618a971bc49;hb=258e065f81071a861711ef935dca3ec5563f4360;hpb=4536c5cf2d7b8e68768f90d281b3e4974cd26ae9 diff --git a/library/RemoteLibrary.java b/library/RemoteLibrary.java index ad92800..3e0e192 100644 --- a/library/RemoteLibrary.java +++ b/library/RemoteLibrary.java @@ -446,7 +446,7 @@ public class RemoteLibrary extends BasicLibrary { * @throws SSLException * when the key was not accepted */ - public void exit() throws IOException, SSLException { + public void stop() throws IOException, SSLException { connectRemoteAction(new RemoteAction() { @Override public void action(ConnectActionClientObject action)