mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
Changed: Move UrlUtils to TermuxUrlUtils
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package com.termux.shared.data;
|
||||
package com.termux.shared.termux.data;
|
||||
|
||||
import java.util.LinkedHashSet;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
public class UrlUtils {
|
||||
public class TermuxUrlUtils {
|
||||
|
||||
public static Pattern URL_MATCH_REGEX;
|
||||
|
Reference in New Issue
Block a user