mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 18:22:26 +08:00
Polish
This commit is contained in:
@@ -66,7 +66,7 @@ public class ProjectGenerationInvoker {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Invokes the project generation API that generates the entire project structure for
|
* 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
|
* @param request the project request
|
||||||
* @return the {@link ProjectGenerationResult}
|
* @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.
|
* Invokes the project generation API that knows how to just write the build file.
|
||||||
* Returns a directory containing the project for the specified
|
* Returns a directory containing the project for the specified
|
||||||
* {@link WebProjectRequest}.
|
* {@link ProjectRequest}.
|
||||||
* @param request the project request
|
* @param request the project request
|
||||||
* @return the generated build content
|
* @return the generated build content
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user