Simplify Javadoc for easier parsing.

Change-Id: I48abfa8eb8ccfd031d2364ef9acfa39d4bec4cb4
Fixes: 76874150
Test: Builds & comment-only
This commit is contained in:
Wyatt Riley
2018-05-11 11:21:05 -07:00
parent 3ac00caddf
commit 5b630af857

View File

@@ -218,8 +218,7 @@ public final class GnssStatus {
}
/**
* 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.
*/