1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 16:36:13 +00:00

Remove static string in RemoteOperation

This commit is contained in:
masensio 2015-03-24 14:53:28 +01:00
parent e0da66d25d
commit 0e011fb0c7

View File

@ -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;