Makes string formatter colors configurable
All checks were successful
EpicKnarvik97/KnarLib/pipeline/head This commit looks good

This commit is contained in:
2023-01-25 17:03:39 +01:00
parent 5e8b13785d
commit e8d62930ca
2 changed files with 70 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ import java.util.Map;
* <p>Add placeholder -> value pairs before running replace on the wanted string</p>
*/
@SuppressWarnings("unused")
public class StringReplacer {
public final class StringReplacer {
private final Map<String, String> replacements = new HashMap<>();
private String replacementInput;