Changed: Move UrlUtils to TermuxUrlUtils

This commit is contained in:
agnostic-apollo
2021-10-14 01:10:25 +05:00
parent f62997a60e
commit 059feaacf1
3 changed files with 7 additions and 10 deletions

View File

@@ -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;