From 17790328cde2611ef31f47fb3ef46761db9578e0 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Mon, 18 Sep 2023 16:44:51 +0200 Subject: [PATCH] Improve doc --- .../java/org/schabi/newpipe/extractor/utils/LocaleCompat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/utils/LocaleCompat.java b/extractor/src/main/java/org/schabi/newpipe/extractor/utils/LocaleCompat.java index ca69ec14f..a8f85f47b 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/utils/LocaleCompat.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/utils/LocaleCompat.java @@ -6,7 +6,7 @@ import java.util.Locale; * 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 * method as of this writing. - * + *
* Relevant issue: https://issuetracker.google.com/issues/171182330 */ public final class LocaleCompat {