diff options
| author | 2019-10-23 16:25:21 -0700 | |
|---|---|---|
| committer | 2019-10-23 16:25:21 -0700 | |
| commit | efa39497b88c640efe2a0c992a12ee7ffbf120f8 (patch) | |
| tree | 2c24dc9198591a6dd42c3adda6d5bbb15ab6b89e | |
| parent | ff829713b7836ab66a96f63c8c9fa15c8b2adc4c (diff) | |
| parent | 0886d0d63ca56906d793fccbf7a5e03f7e7d4c9e (diff) | |
Merge "Bluetooth doc: The is a -> This is a" am: c8d3cde31e am: 31d16458cc
am: 0886d0d63c
Change-Id: I5e0712b1bc6cd0b757127986190858219566a283
| -rw-r--r-- | core/java/android/bluetooth/le/ScanRecord.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/le/ScanRecord.java b/core/java/android/bluetooth/le/ScanRecord.java index 30868bfeac66..97e3f5221c72 100644 --- a/core/java/android/bluetooth/le/ScanRecord.java +++ b/core/java/android/bluetooth/le/ScanRecord.java @@ -154,7 +154,7 @@ public final class ScanRecord { } /** - * Returns the local name of the BLE device. The is a UTF-8 encoded string. + * Returns the local name of the BLE device. This is a UTF-8 encoded string. */ @Nullable public String getDeviceName() { |