Skip to content

Commit 6cc6657

Browse files
committed
Deprecate WITH_DELIMITER
1 parent c9eadb9 commit 6cc6657

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/me/kodysimpson/simpapi/colors/ColorTranslator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
public class ColorTranslator {
1313

1414
private static final Pattern HEX_PATTERN = Pattern.compile("(&#[0-9a-fA-F]{6})");
15+
16+
@Deprecated
1517
public static final String WITH_DELIMITER = "((?<=%1$s)|(?=%1$s))";
1618

1719
/**

0 commit comments

Comments
 (0)