This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch MNG-7063 in repository https://gitbox.apache.org/repos/asf/maven.git
commit ebd4dd99dae569d205e87d9863dbd94fb8e3440a Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Mon Nov 30 13:55:54 2020 +0100 Remove unneeded @SupressWarnings --- .../main/java/org/apache/maven/model/building/DefaultModelBuilder.java | 1 - 1 file changed, 1 deletion(-) diff --git a/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java b/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java index 96ece55..d8292f5 100644 --- a/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java +++ b/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java @@ -274,7 +274,6 @@ public class DefaultModelBuilder return build( request, new LinkedHashSet<>() ); } - @SuppressWarnings( "checkstyle:methodlength" ) protected ModelBuildingResult build( ModelBuildingRequest request, Collection<String> importIds ) throws ModelBuildingException {