mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-21 13:23:00 +00:00
Remove static string in RemoteOperation
This commit is contained in:
@@ -60,9 +60,6 @@ public abstract class RemoteOperation implements Runnable {
|
|||||||
/** OCS API header value */
|
/** OCS API header value */
|
||||||
public static final String OCS_API_HEADER_VALUE = "true";
|
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 */
|
/** ownCloud account in the remote ownCloud server to operate */
|
||||||
private Account mAccount = null;
|
private Account mAccount = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user