1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-19 04:13:07 +00:00

Single location for OCS_API_HEADER constants and identation fails fixed

This commit is contained in:
David A. Velasco
2014-03-10 10:36:37 +01:00
parent bb950b7483
commit 1dbc9a121e
6 changed files with 18 additions and 36 deletions
@@ -55,6 +55,12 @@ public abstract class RemoteOperation implements Runnable {
private static final String TAG = RemoteOperation.class.getSimpleName();
/** OCS API header name */
public static final String OCS_API_HEADER = "OCS-APIREQUEST";
/** OCS API header value */
public static final String OCS_API_HEADER_VALUE = "true";
/** ownCloud account in the remote ownCloud server to operate */
private Account mAccount = null;