diff options
author | 2024-12-04 11:44:37 +0000 | |
---|---|---|
committer | 2024-12-04 11:44:37 +0000 | |
commit | c523e6908e752290f1a7858e1e81dabb3cc298cc (patch) | |
tree | f10032cc34c6542bfaafc45785354c1bb0e13d38 | |
parent | 253eda206cc9d86ca9b87d0cb1955e3c09723fdf (diff) | |
parent | de64764728a40109cfbf995dba843af11091ddb6 (diff) |
Merge "Build.java: fix broken @link in SDK_INT javadoc" into main
-rw-r--r-- | core/java/android/os/Build.java | 2 |
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}. |