diff options
author | Sudheer Shanka <sudheersai@google.com> | 2020-02-11 02:37:48 +0000 |
---|---|---|
committer | Sudheer Shanka <sudheersai@google.com> | 2020-02-11 21:09:49 +0000 |
commit | dbcea15fe7103470b35947642b4609d4f6a2eaf0 (patch) | |
tree | 9989c4b29905d273b6df953a1528d2e41ed7d915 /apex/blobstore | |
parent | b572d8b71f53ced4dd8f9671b0ee4287846947df (diff) |
Fix a grammatical mistake in javadoc.
Bug: 148797775
Test: n/a
Change-Id: Ie04e380b6356ea3357db6f1170079c8040aa7fa7
Diffstat (limited to 'apex/blobstore')
-rw-r--r-- | apex/blobstore/framework/java/android/app/blob/BlobStoreManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apex/blobstore/framework/java/android/app/blob/BlobStoreManager.java b/apex/blobstore/framework/java/android/app/blob/BlobStoreManager.java index 821305e18240..a8382103cc52 100644 --- a/apex/blobstore/framework/java/android/app/blob/BlobStoreManager.java +++ b/apex/blobstore/framework/java/android/app/blob/BlobStoreManager.java @@ -307,7 +307,7 @@ public class BlobStoreManager { * Acquire a lease to the blob represented by {@code blobHandle}. This lease indicates to the * system that the caller wants the blob to be kept around. * - * <p> This is variant of {@link #acquireLease(BlobHandle, int, long)} taking a + * <p> This is a variant of {@link #acquireLease(BlobHandle, int, long)} taking a * {@link CharSequence} for {@code description}. It is highly recommended that callers only * use this when a valid resource ID for {@code description} could not be provided. Otherwise, * apps should prefer using {@link #acquireLease(BlobHandle, int)} which will allow @@ -395,7 +395,7 @@ public class BlobStoreManager { * Acquire a lease to the blob represented by {@code blobHandle}. This lease indicates to the * system that the caller wants the blob to be kept around. * - * <p> This is variant of {@link #acquireLease(BlobHandle, int)} taking a {@link CharSequence} + * <p> This is a variant of {@link #acquireLease(BlobHandle, int)} taking a {@link CharSequence} * for {@code description}. It is highly recommended that callers only use this when a valid * resource ID for {@code description} could not be provided. Otherwise, apps should prefer * using {@link #acquireLease(BlobHandle, int)} which will allow {@code description} to be |