diff options
| author | 2019-10-16 17:50:04 -0700 | |
|---|---|---|
| committer | 2019-10-16 17:50:04 -0700 | |
| commit | 4eaa2ecb7f883c9e5c159b254c1eb89faa91e479 (patch) | |
| tree | 8a0792a53f0328667d6582012ab22a487fcb3dac /location/java/android | |
| parent | 57514fc189419350bc99fb691ce67f7b09cf40cd (diff) | |
Fix typo
Test: n/a
Change-Id: I1023daa59fbee38af8d7b8f9636fff6136894582
Diffstat (limited to 'location/java/android')
| -rw-r--r-- | location/java/android/location/LocationManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/location/java/android/location/LocationManager.java b/location/java/android/location/LocationManager.java index 70bfb5428d3c..987947b93060 100644 --- a/location/java/android/location/LocationManager.java +++ b/location/java/android/location/LocationManager.java @@ -1971,7 +1971,7 @@ public class LocationManager { public void removeGpsMeasurementListener(GpsMeasurementsEvent.Listener listener) {} /** - * Registers a GPS Measurement callback which will run on a binder threadS. + * Registers a GPS Measurement callback which will run on a binder thread. * * @param callback a {@link GnssMeasurementsEvent.Callback} object to register. * @return {@code true} if the callback was added successfully, {@code false} otherwise. |