diff options
author | kopriva <kopriva@google.com> | 2018-10-09 13:42:28 -0700 |
---|---|---|
committer | kopriva <kopriva@google.com> | 2018-10-09 16:01:04 -0700 |
commit | 985ec7982448413a314a129cd08ef0f13e81641d (patch) | |
tree | ab7b6eb6956376acdee43a4cdf5d0a337e5f9c23 /framework/java/android/bluetooth/le/AdvertisingSetCallback.java | |
parent | ee9e4f6b77d8b9ecd011177e1e6cbd62e0ff2d77 (diff) |
docs: fixing errors found with lint checker
through /bluetooth directory
amending through /content directory
Test: make ds-docs
Bug: 117494359
Change-Id: I751e15d60f0b9cc441998b27560050bf62994fef
Exempt-From-Owner-Approval: Docs-only change
Diffstat (limited to 'framework/java/android/bluetooth/le/AdvertisingSetCallback.java')
-rw-r--r-- | framework/java/android/bluetooth/le/AdvertisingSetCallback.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/le/AdvertisingSetCallback.java b/framework/java/android/bluetooth/le/AdvertisingSetCallback.java index 58a3696fc0..51324fdb01 100644 --- a/framework/java/android/bluetooth/le/AdvertisingSetCallback.java +++ b/framework/java/android/bluetooth/le/AdvertisingSetCallback.java @@ -56,7 +56,7 @@ public abstract class AdvertisingSetCallback { /** * Callback triggered in response to {@link BluetoothLeAdvertiser#startAdvertisingSet} * indicating result of the operation. If status is ADVERTISE_SUCCESS, then advertisingSet - * contains the started set and it is advertising. If error occured, advertisingSet is + * contains the started set and it is advertising. If error occurred, advertisingSet is * null, and status will be set to proper error code. * * @param advertisingSet The advertising set that was started or null if error. |