Skip to content

Commit 16aa1bf

Browse files
committed
Remove internal from regex
1 parent bc38a5f commit 16aa1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package net.onelitefeather.plugindebug
22

3-
internal val PRIVACY_REGEX =
3+
val PRIVACY_REGEX =
44
Regex(pattern = "\\b(1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\\.(1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\\.(1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\\.(1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\\b")

0 commit comments

Comments
 (0)