summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hassan Ali <hsnali@google.com> 2023-12-07 22:33:00 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-12-07 22:33:00 +0000
commit0ec2fb72930a6915dfd80c5f44db96b4589bc6eb (patch)
tree400bb34ba4528cd2f8f4109d4702b45838cd5252
parentbbda2a3772ac88e191c20aa2516c240ebbfa7af6 (diff)
parent535c973a758ff325fc4c404c85cb4a66e68ad4d3 (diff)
Merge "Remove refererence from public API to flagged API" into main
-rw-r--r--location/java/android/location/GnssNavigationMessage.java2
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;