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

Commit 0e011fb0 authored by masensio's avatar masensio
Browse files

Remove static string in RemoteOperation

parent e0da66d2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -60,9 +60,6 @@ public abstract class RemoteOperation implements Runnable {
    /** OCS API header value */
    public static final String OCS_API_HEADER_VALUE = "true";

    /** User agent header */
    public static final String USER_AGENT_HEADER = "User-Agent";

    /** ownCloud account in the remote ownCloud server to operate */
    private Account mAccount = null;