Skip to content

Commit 8c2563c

Browse files
docs(deprecation): Properly annotate deprecated elements
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent 31715dc commit 8c2563c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

library/src/main/java/com/owncloud/android/lib/common/accounts/AccountUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ public static class Constants {
269269
*
270270
* @deprecated
271271
*/
272+
@Deprecated
272273
public static final String KEY_OC_URL = "oc_url";
273274
/**
274275
* Version should be 3 numbers separated by dot so it can be parsed by

library/src/main/java/com/owncloud/android/lib/resources/files/ExistenceCheckRemoteOperation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public ExistenceCheckRemoteOperation(String remotePath, boolean successIfAbsent)
5858
* NOT exist in the remote server (HTTP 404).
5959
* @deprecated
6060
*/
61+
@Deprecated
6162
public ExistenceCheckRemoteOperation(String remotePath, Context context, boolean successIfAbsent) {
6263
this(remotePath, successIfAbsent);
6364
}

0 commit comments

Comments
 (0)