Skip to content

Commit

Permalink
FINALE OHOHO
Browse files Browse the repository at this point in the history
  • Loading branch information
GodCipher committed Sep 24, 2023
1 parent b585a1f commit c7bf3d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Webservice {
public static final Logger REST_LOGGER = Logger.getLogger("DEBUG Paladins-REST");
public static final Logger DATABASE_LOGGER = Logger.getLogger("DEBUG Paladins-Database");

private static Pattern ANSI_ESCAPE_PATTERN = Pattern.compile("\u001B\\[[;\\d]*m");
private static final Pattern ANSI_ESCAPE_PATTERN = Pattern.compile("\u001B\\[[;\\d]*m");

private static final File CREDENTIALS_FILE = new File("webservice.properties");
private static final File LOG_FOLDER = new File("logs");
Expand Down

0 comments on commit c7bf3d8

Please sign in to comment.