diff --git a/location/java/android/location/Location.java b/location/java/android/location/Location.java index e7f903e831ffb..c9d2f7f8bfd42 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. * *

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. * *

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. * *

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. * *

If this location does not have a bearing accuracy, then 0.0 is returned.