weblib: full r/w support
[fanfix.git] / src / be / nikiroo / fanfix / library / RemoteLibrary.java
index 83bb2124ecaaf9eb1bf66d92366670609c493610..ad92800878f63e31587fa449a07c4618a971bc49 100644 (file)
@@ -141,8 +141,7 @@ public class RemoteLibrary extends BasicLibrary {
        private Status getStatusDo() {
                final Status[] result = new Status[1];
 
-               result[0] = Status.INVALID;
-
+               result[0] = null;
                try {
                        new RemoteConnectAction() {
                                @Override
@@ -486,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");
        }