Skip to content

Commit

Permalink
removed now unused checkstyle suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Oct 16, 2016
1 parent b650705 commit 904f797
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,6 @@ private void logSummary( ExceptionSummary summary, Map<String, String> reference
}
}

@SuppressWarnings( "checkstyle:methodlength" )
private void configure( CliRequest cliRequest )
throws Exception
{
Expand Down Expand Up @@ -1209,7 +1208,6 @@ else if ( userSuppliedConfigurationProcessorCount > 1 )
}
}

@SuppressWarnings( "checkstyle:methodlength" )
private void toolchains( CliRequest cliRequest )
throws Exception
{
Expand Down

0 comments on commit 904f797

Please sign in to comment.