diff options
| author | 2017-10-31 23:52:11 +0000 | |
|---|---|---|
| committer | 2017-10-31 23:52:11 +0000 | |
| commit | bb6468ba73b76863d16108fb91010b2254649f30 (patch) | |
| tree | fb9c826a39294578c51ca10b757206d37a921a1d | |
| parent | eb7d335641ec1b9c91c1609a94cb1cbdba1d3987 (diff) | |
| parent | 818347f0564467b24324d8d79b0cc21fd7a95dec (diff) | |
Merge "Fixing javadoc typo from gerrit 3027804"
| -rw-r--r-- | location/java/android/location/Location.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/location/java/android/location/Location.java b/location/java/android/location/Location.java index e7f903e831ff..c9d2f7f8bfd4 100644 --- a/location/java/android/location/Location.java +++ b/location/java/android/location/Location.java @@ -821,7 +821,7 @@ public class Location implements Parcelable { * considered 1 standard deviation. * * <p>For example, if {@link #getAltitude()} returns 150, and - * {@link #getVerticalAccuracyMeters()} ()} returns 20 then there is a 68% probability + * {@link #getVerticalAccuracyMeters()} returns 20 then there is a 68% probability * of the true altitude being between 130 and 170 meters. * * <p>If this location does not have a vertical accuracy, then 0.0 is returned. @@ -933,7 +933,7 @@ public class Location implements Parcelable { * considered 1 standard deviation. * * <p>For example, if {@link #getBearing()} returns 60, and - * {@link #getBearingAccuracyDegrees()} ()} returns 10, then there is a 68% probability of the + * {@link #getBearingAccuracyDegrees()} returns 10, then there is a 68% probability of the * true bearing being between 50 and 70 degrees. * * <p>If this location does not have a bearing accuracy, then 0.0 is returned. |