undeprecated bracket placeholder methods,

This commit is contained in:
Sxtanna
2020-07-20 19:50:36 -04:00
parent 9217147827
commit a2a736d909
2 changed files with 46 additions and 44 deletions

View File

@@ -16,8 +16,7 @@ public interface Replacer
enum Closure
{
BRACES('{', '}'),
BRACKETS('[', ']'),
BRACKET('{', '}'),
PERCENT('%', '%');