removed now unused checkstyle suppress warnings Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8a8f7cd5 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/8a8f7cd5 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/8a8f7cd5
Branch: refs/heads/MNG-2199 Commit: 8a8f7cd53f08bd0847e6263f79894d18881dcd9d Parents: 60e4fa6 Author: Hervé Boutemy <hbout...@apache.org> Authored: Sun Oct 16 23:16:52 2016 +0200 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Wed Jan 25 00:09:01 2017 +0100 ---------------------------------------------------------------------- maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/8a8f7cd5/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java ---------------------------------------------------------------------- diff --git a/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java b/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java index 8455848..c0b0dcf 100644 --- a/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java +++ b/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java @@ -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 {