Skip to content

Commit

Permalink
docs(deprecation): Properly annotate deprecated elements
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
  • Loading branch information
AndyScherzinger committed Oct 5, 2024
1 parent 31715dc commit 8c2563c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ public static class Constants {
*
* @deprecated
*/
@Deprecated
public static final String KEY_OC_URL = "oc_url";
/**
* Version should be 3 numbers separated by dot so it can be parsed by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public ExistenceCheckRemoteOperation(String remotePath, boolean successIfAbsent)
* NOT exist in the remote server (HTTP 404).
* @deprecated
*/
@Deprecated
public ExistenceCheckRemoteOperation(String remotePath, Context context, boolean successIfAbsent) {
this(remotePath, successIfAbsent);
}
Expand Down

0 comments on commit 8c2563c

Please sign in to comment.