Loading src/com/owncloud/android/lib/resources/files/UnlockFileOperation.java +0 −2 Original line number Diff line number Diff line Loading @@ -72,8 +72,6 @@ public class UnlockFileOperation extends RemoteOperation { int status = client.executeMethod(deleteMethod, SYNC_READ_TIMEOUT, SYNC_CONNECTION_TIMEOUT); if (status == HttpStatus.SC_OK) { String response = deleteMethod.getResponseBodyAsString(); result = new RemoteOperationResult(true, deleteMethod); } else { result = new RemoteOperationResult(false, deleteMethod); Loading src/com/owncloud/android/lib/resources/users/GetPrivateKeyOperation.java +0 −6 Original line number Diff line number Diff line Loading @@ -50,12 +50,6 @@ public class GetPrivateKeyOperation extends RemoteOperation { private static final String JSON_FORMAT = "?format=json"; /** * Constructor */ public GetPrivateKeyOperation() { } /** * @param client Client object */ Loading src/com/owncloud/android/lib/resources/users/GetPublicKeyOperation.java +0 −6 Original line number Diff line number Diff line Loading @@ -50,12 +50,6 @@ public class GetPublicKeyOperation extends RemoteOperation { private static final String JSON_FORMAT = "?format=json"; /** * Constructor */ public GetPublicKeyOperation() { } /** * @param client Client object */ Loading Loading
src/com/owncloud/android/lib/resources/files/UnlockFileOperation.java +0 −2 Original line number Diff line number Diff line Loading @@ -72,8 +72,6 @@ public class UnlockFileOperation extends RemoteOperation { int status = client.executeMethod(deleteMethod, SYNC_READ_TIMEOUT, SYNC_CONNECTION_TIMEOUT); if (status == HttpStatus.SC_OK) { String response = deleteMethod.getResponseBodyAsString(); result = new RemoteOperationResult(true, deleteMethod); } else { result = new RemoteOperationResult(false, deleteMethod); Loading
src/com/owncloud/android/lib/resources/users/GetPrivateKeyOperation.java +0 −6 Original line number Diff line number Diff line Loading @@ -50,12 +50,6 @@ public class GetPrivateKeyOperation extends RemoteOperation { private static final String JSON_FORMAT = "?format=json"; /** * Constructor */ public GetPrivateKeyOperation() { } /** * @param client Client object */ Loading
src/com/owncloud/android/lib/resources/users/GetPublicKeyOperation.java +0 −6 Original line number Diff line number Diff line Loading @@ -50,12 +50,6 @@ public class GetPublicKeyOperation extends RemoteOperation { private static final String JSON_FORMAT = "?format=json"; /** * Constructor */ public GetPublicKeyOperation() { } /** * @param client Client object */ Loading