From 282c92f76d2a2ee6cc7969bc5a11b349eb6d2a59 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 25 Aug 2019 17:16:18 +0200 Subject: [PATCH] Polish --- .../initializr/web/project/ProjectGenerationInvoker.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initializr-web/src/main/java/io/spring/initializr/web/project/ProjectGenerationInvoker.java b/initializr-web/src/main/java/io/spring/initializr/web/project/ProjectGenerationInvoker.java index 7b142203..02728909 100644 --- a/initializr-web/src/main/java/io/spring/initializr/web/project/ProjectGenerationInvoker.java +++ b/initializr-web/src/main/java/io/spring/initializr/web/project/ProjectGenerationInvoker.java @@ -66,7 +66,7 @@ public class ProjectGenerationInvoker { /** * Invokes the project generation API that generates the entire project structure for - * the specified {@link WebProjectRequest}. + * the specified {@link ProjectRequest}. * @param request the project request * @return the {@link ProjectGenerationResult} */ @@ -97,7 +97,7 @@ public class ProjectGenerationInvoker { /** * Invokes the project generation API that knows how to just write the build file. * Returns a directory containing the project for the specified - * {@link WebProjectRequest}. + * {@link ProjectRequest}. * @param request the project request * @return the generated build content */