Improve doc

This commit is contained in:
TobiGr 2023-09-18 16:44:51 +02:00
parent 4bc8ae7812
commit 17790328cd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import java.util.Locale;
* This class contains a simple implementation of {@link Locale#forLanguageTag(String)} for Android * This class contains a simple implementation of {@link Locale#forLanguageTag(String)} for Android
* API levels below 21 (Lollipop). This is needed as core library desugaring does not backport that * API levels below 21 (Lollipop). This is needed as core library desugaring does not backport that
* method as of this writing. * method as of this writing.
* * <br>
* Relevant issue: https://issuetracker.google.com/issues/171182330 * Relevant issue: https://issuetracker.google.com/issues/171182330
*/ */
public final class LocaleCompat { public final class LocaleCompat {