Skip to content

Commit a32edce

Browse files
committed
Removed deprecation because AndroidSDK/API < 19
1 parent 6020689 commit a32edce

File tree

1 file changed

+0
-4
lines changed
  • extractor/src/main/java/org/schabi/newpipe/extractor/utils

1 file changed

+0
-4
lines changed

extractor/src/main/java/org/schabi/newpipe/extractor/utils/Utils.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ public class Utils {
1313

1414
public static final String HTTP = "http://";
1515
public static final String HTTPS = "https://";
16-
/**
17-
* @deprecated Use {@link java.nio.charset.StandardCharsets#UTF_8} instead
18-
*/
19-
@Deprecated
2016
public static final String UTF_8 = "UTF-8";
2117
public static final String EMPTY_STRING = "";
2218
private static final Pattern M_PATTERN = Pattern.compile("(https?)?:\\/\\/m\\.");

0 commit comments

Comments
 (0)