diff --git a/initializr-generator/src/main/java/io/spring/initializr/generator/project/ProjectGenerator.java b/initializr-generator/src/main/java/io/spring/initializr/generator/project/ProjectGenerator.java index ba860e8a..c3b7f593 100644 --- a/initializr-generator/src/main/java/io/spring/initializr/generator/project/ProjectGenerator.java +++ b/initializr-generator/src/main/java/io/spring/initializr/generator/project/ProjectGenerator.java @@ -80,18 +80,17 @@ public class ProjectGenerator { * Generate project assets using the specified {@link ProjectAssetGenerator} for the * specified {@link ProjectDescription}. *

- * Create a dedicated {@link ProjectGenerationContext} with the following - * characteristics: + * Create a dedicated {@link ProjectGenerationContext} using the supplied + * {@link #ProjectGenerator(Consumer, Supplier) contextFactory} and then apply the + * following: *

- * Before the context is refreshed, it can be further customized using the customizer - * registered {@linkplain #ProjectGenerator(Consumer) on this instance}. * @param description the description of the project to generate * @param projectAssetGenerator the {@link ProjectAssetGenerator} to invoke * @param the type that gathers the project assets