diff options
| author | Dan Sandler <dsandler@android.com> | 2018-04-03 07:16:21 -0400 |
|---|---|---|
| committer | Dan Sandler <dsandler@android.com> | 2018-04-03 07:16:21 -0400 |
| commit | 6f13e973f7c4eeb588d5ca4cd034649268e52131 (patch) | |
| tree | f261fb5eba4eb3fb1fdf62cc6dee4ae037990f9c /core/java | |
| parent | 8e861350ded40197bd394c94bc754a92d277b5d6 (diff) | |
Fix javadoc xrefs.
Change-Id: Iadde9e2ddf500b28373838cfe38ab7b677f80ce5
Fixes: 71866610
Test: make docs
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/content/QuickViewConstants.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/content/QuickViewConstants.java b/core/java/android/content/QuickViewConstants.java index a25513de3d47..132d43f2e143 100644 --- a/core/java/android/content/QuickViewConstants.java +++ b/core/java/android/content/QuickViewConstants.java @@ -45,8 +45,8 @@ public class QuickViewConstants { * Feature to delete an individual document. Quick viewer implementations must use * Storage Access Framework to both verify delete permission and to delete content. * - * @see DocumentsContract#Document#FLAG_SUPPORTS_DELETE - * @see DocumentsContract#deleteDocument(ContentResolver resolver, Uri documentUri) + * @see DocumentsContract.Document#FLAG_SUPPORTS_DELETE + * @see DocumentsContract#deleteDocument(ContentResolver, Uri) */ public static final String FEATURE_DELETE = "android:delete"; |
