diff options
| author | Artur Satayev <satayev@google.com> | 2022-03-21 13:45:10 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-03-21 13:45:10 +0000 |
| commit | ca5c0898bf2e58beda6fd466a86e76dc47893e10 (patch) | |
| tree | 380a7c6d62bc1c61a8ed4ea7fe90f1af7e2296a6 /core/java/android | |
| parent | 5220fe917ddec0c6c45456bc0051037e5b77ce96 (diff) | |
| parent | 82d33f26f940b3c96904395f65f680683d9c76ac (diff) | |
Merge "Fix KNOWN_CODENAMES javadoc to mention that all codenames are there." into tm-dev
Diffstat (limited to 'core/java/android')
| -rwxr-xr-x | 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 1c85f692b232..42e6ac4df8af 100755 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -406,7 +406,7 @@ public class Build { public static final String CODENAME = getString("ro.build.version.codename"); /** - * All known codenames starting from {@link VERSION_CODES.Q}. + * All known codenames that are present in {@link VERSION_CODES}. * * <p>This includes in development codenames as well, i.e. if {@link #CODENAME} is not "REL" * then the value of that is present in this set. |
