From 5b630af85724885d32b210e6032f1bfd79a4a568 Mon Sep 17 00:00:00 2001 From: Wyatt Riley Date: Fri, 11 May 2018 11:21:05 -0700 Subject: [PATCH] Simplify Javadoc for easier parsing. Change-Id: I48abfa8eb8ccfd031d2364ef9acfa39d4bec4cb4 Fixes: 76874150 Test: Builds & comment-only --- location/java/android/location/GnssStatus.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/location/java/android/location/GnssStatus.java b/location/java/android/location/GnssStatus.java index b2903c4689e0f..5563ccee92967 100644 --- a/location/java/android/location/GnssStatus.java +++ b/location/java/android/location/GnssStatus.java @@ -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. */