Makes string formatter colors configurable
All checks were successful
EpicKnarvik97/KnarLib/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/KnarLib/pipeline/head This commit looks good
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user