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}