X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=library%2FRemoteLibrary.java;h=3e0e192d1806abb2e7d4bd270f0e808821c20991;hb=6d465e886ae46c9da99117cc4302948f700a51c4;hp=3a60e02c9ed6fc845193574f897c3bd9b0ecc60a;hpb=c91f1830ed4f2947d04d14a60b537571fed4d92f;p=fanfix.git diff --git a/library/RemoteLibrary.java b/library/RemoteLibrary.java index 3a60e02..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) @@ -485,7 +485,7 @@ public class RemoteLibrary extends BasicLibrary { // The following methods are only used by Save and Delete in BasicLibrary: @Override - protected int getNextId() { + protected String getNextId() { throw new java.lang.InternalError("Should not have been called"); }