diff options
| -rw-r--r-- | location/java/android/location/GnssNavigationMessage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/location/java/android/location/GnssNavigationMessage.java b/location/java/android/location/GnssNavigationMessage.java index 32e636f8658b..5e3f8033d116 100644 --- a/location/java/android/location/GnssNavigationMessage.java +++ b/location/java/android/location/GnssNavigationMessage.java @@ -78,7 +78,7 @@ public final class GnssNavigationMessage implements Parcelable { public static final int TYPE_GAL_F = 0x0602; /** * NavIC L5 C/A message contained in the structure. - * @deprecated Use {@link #TYPE_IRN_L5} instead. + * @deprecated deprecated. */ @Deprecated public static final int TYPE_IRN_L5CA = 0x0701; |