diff options
author | 2024-12-04 11:04:36 +0100 | |
---|---|---|
committer | 2024-12-04 11:04:36 +0100 | |
commit | de64764728a40109cfbf995dba843af11091ddb6 (patch) | |
tree | 7ccef53b92f98a98bd72e910d0098658ca2eaba4 | |
parent | c60efe594e0c2ce6b672516d9538700011fa5c98 (diff) |
Build.java: fix broken @link in SDK_INT javadoc
Bug: 382203512
Test: m docs dist # manually inspect HTML for Build#SDK_INT
Flag: EXEMPT javadoc change
Change-Id: I2f43e09240634553510de19144bdba1476d857a8
-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}. |