You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: initializr-generator-spring/src/test/java/io/spring/initializr/generator/spring/ProjectGeneratorIntegrationTests.java
Copy file name to clipboardExpand all lines: initializr-generator-test/src/main/java/io/spring/initializr/generator/test/project/ProjectGeneratorTester.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,10 @@
30
30
31
31
/**
32
32
* A tester class for {@link ProjectGenerator}. Contrary to {@link ProjectAssetTester},
33
-
* standard {@link ProjectGenerationConfiguration} classes are processed
34
-
* automatically.Extra beans can be added using {@linkplain #withBean(Class, Supplier)
35
-
* bean registration}, a {@linkplain #withConfiguration(Class[]) configuration class} or
36
-
* via the {@linkplain #withContextInitializer(Consumer) customization of the project
33
+
* standard {@link ProjectGenerationConfiguration} classes are processed automatically.
34
+
* Extra beans can be added using {@linkplain #withBean(Class, Supplier) bean
35
+
* registration}, a {@linkplain #withConfiguration(Class[]) configuration class} or via
36
+
* the {@linkplain #withContextInitializer(Consumer) customization of the project
0 commit comments