Merge "Simplify Javadoc for easier parsing." into pi-dev am: f707c55725
am: 0e34c367a1
Change-Id: I5ed07e3aff0f363190985633e1c0310abd7a848f
diff --git a/location/java/android/location/GnssStatus.java b/location/java/android/location/GnssStatus.java
index 4a7990e..60c7748 100644
--- a/location/java/android/location/GnssStatus.java
+++ b/location/java/android/location/GnssStatus.java
@@ -221,8 +221,7 @@
}
/**
- * Reports whether {@link #getCarrierFrequencyHz(int satIndex)} is available (i.e. carrier
- * frequency is available for the satellite at the specified index).
+ * Reports whether a valid {@link #getCarrierFrequencyHz(int satIndex)} is available.
*
* @param satIndex the index of the satellite in the list.
*/