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

@@ -31,10 +31,12 @@ public class ModuleManager
knownSources.put( "jenkins", new JenkinsModuleSource() );
}
// CHECKSTYLE:OFF
@SuppressFBWarnings(
{
"SF_SWITCH_FALLTHROUGH", "SF_SWITCH_NO_DEFAULT"
})
// CHECKSTYLE:ON
public void load(ProxyServer proxy, File moduleDirectory) throws Exception
{
moduleDirectory.mkdir();