diff options
| author | 2014-08-27 16:04:02 -0700 | |
|---|---|---|
| committer | 2014-09-05 13:57:51 -0700 | |
| commit | d0646dca40ff740bd49755ad60751678b0ccca52 (patch) | |
| tree | 8e1cf2b4efebac703e253a1f14abc34557e8154e /location/java/android | |
| parent | 2d3571cc17a5a6b1072951227d889ce14a3f88cf (diff) | |
Small documentation fixes across many files.
Change-Id: I3e8787ce4bc6018ea1dc9aef2a2cd4e0a8dde663
Diffstat (limited to 'location/java/android')
| -rw-r--r-- | location/java/android/location/LocationRequest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/location/java/android/location/LocationRequest.java b/location/java/android/location/LocationRequest.java index c9162fe1892f..f39702ecc2b7 100644 --- a/location/java/android/location/LocationRequest.java +++ b/location/java/android/location/LocationRequest.java @@ -288,7 +288,7 @@ public final class LocationRequest implements Parcelable { * no location sources are available), or you may receive them * slower than requested. You may also receive them faster than * requested (if other applications are requesting location at a - * faster interval). The fastest rate that that you will receive + * faster interval). The fastest rate that you will receive * updates can be controlled with {@link #setFastestInterval}. * * <p>Applications with only the coarse location permission may have their |