1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +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
@@ -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;