We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6020689 commit a32edceCopy full SHA for a32edce
extractor/src/main/java/org/schabi/newpipe/extractor/utils/Utils.java
@@ -13,10 +13,6 @@ public class Utils {
13
14
public static final String HTTP = "http://";
15
public static final String HTTPS = "https://";
16
- /**
17
- * @deprecated Use {@link java.nio.charset.StandardCharsets#UTF_8} instead
18
- */
19
- @Deprecated
20
public static final String UTF_8 = "UTF-8";
21
public static final String EMPTY_STRING = "";
22
private static final Pattern M_PATTERN = Pattern.compile("(https?)?:\\/\\/m\\.");
0 commit comments