summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-12-04 11:44:37 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-12-04 11:44:37 +0000
commitc523e6908e752290f1a7858e1e81dabb3cc298cc (patch)
treef10032cc34c6542bfaafc45785354c1bb0e13d38
parent253eda206cc9d86ca9b87d0cb1955e3c09723fdf (diff)
parentde64764728a40109cfbf995dba843af11091ddb6 (diff)
Merge "Build.java: fix broken @link in SDK_INT javadoc" into main
-rw-r--r--core/java/android/os/Build.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java
index 8b6da7e0ae58..84ca5ed4ab10 100644
--- a/core/java/android/os/Build.java
+++ b/core/java/android/os/Build.java
@@ -403,7 +403,7 @@ public class Build {
* increase when the hardware manufacturer provides an OTA update.
* <p>
* This constant records the major version of Android. Use {@link
- * SDK_INT_FULL} if you need to consider the minor version of Android
+ * #SDK_INT_FULL} if you need to consider the minor version of Android
* as well.
* <p>
* Possible values are defined in {@link Build.VERSION_CODES}.