From 91656ba0f8a5fc2fdcdf7d7831558e495bf25456 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 23 Aug 2019 15:06:18 +0200 Subject: [PATCH] Polish --- .../generator/buildsystem/maven/MavenPluginContainer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initializr-generator/src/main/java/io/spring/initializr/generator/buildsystem/maven/MavenPluginContainer.java b/initializr-generator/src/main/java/io/spring/initializr/generator/buildsystem/maven/MavenPluginContainer.java index f7fa41b6..0681ce76 100644 --- a/initializr-generator/src/main/java/io/spring/initializr/generator/buildsystem/maven/MavenPluginContainer.java +++ b/initializr-generator/src/main/java/io/spring/initializr/generator/buildsystem/maven/MavenPluginContainer.java @@ -71,8 +71,8 @@ public class MavenPluginContainer { /** * Add a {@link MavenPlugin}with the specified {@code groupId} and {@code artifactId} - * and {@link Consumer} to customize the object. If the plugin has already been * - * added, the consumer can be used to further tune the existing plugin configuration. + * and {@link Consumer} to customize the object. If the plugin has already been added, + * the consumer can be used to further tune the existing plugin configuration. * @param groupId the groupId of the plugin * @param artifactId the artifactId of the plugin * @param plugin a {@link Consumer} to customize the {@link MavenPlugin}