removed now unused checkstyle suppress warnings

This commit is contained in:
Hervé Boutemy 2016-10-16 23:16:52 +02:00
parent 60e4fa650f
commit 8a8f7cd53f
1 changed files with 0 additions and 2 deletions

View File

@ -1056,7 +1056,6 @@ public class MavenCli
private static final String ANSI_RESET = "\u001B\u005Bm";
@SuppressWarnings( "checkstyle:methodlength" )
private void configure( CliRequest cliRequest )
throws Exception
{
@ -1122,7 +1121,6 @@ public class MavenCli
}
}
@SuppressWarnings( "checkstyle:methodlength" )
private void toolchains( CliRequest cliRequest )
throws Exception
{