Update checkstyle

This commit is contained in:
md_5
2021-07-03 11:15:17 +10:00
parent 6f7331e852
commit 061a7c67bd
3 changed files with 7 additions and 3 deletions

View File

@@ -13,10 +13,12 @@ public class BungeeLogger extends Logger
private final LogDispatcher dispatcher = new LogDispatcher( this );
// CHECKSTYLE:OFF
@SuppressWarnings(
{
"CallToPrintStackTrace", "CallToThreadStartDuringObjectConstruction"
})
// CHECKSTYLE:ON
@SuppressFBWarnings("SC_START_IN_CTOR")
public BungeeLogger(String loggerName, String filePattern, ConsoleReader reader)
{