Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit eaf1679d authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

codacy

parent 6c029c05
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);
+0 −6
Original line number Diff line number Diff line
@@ -50,12 +50,6 @@ public class GetPrivateKeyOperation extends RemoteOperation {

    private static final String JSON_FORMAT = "?format=json";

    /**
     * Constructor
     */
    public GetPrivateKeyOperation() {
    }

    /**
     * @param client Client object
     */
+0 −6
Original line number Diff line number Diff line
@@ -50,12 +50,6 @@ public class GetPublicKeyOperation extends RemoteOperation {

    private static final String JSON_FORMAT = "?format=json";

    /**
     * Constructor
     */
    public GetPublicKeyOperation() {
    }

    /**
     * @param client Client object
     */