Minor cleanup

This commit is contained in:
Erik C. Thauvin 2024-01-07 00:57:31 -08:00
parent 17de9a8026
commit 97c6ba870d
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ public class DemoApplicationBuild extends WebProject {
.execute();
}
@BuildCommand(summary = "Create an executable WAR for the project")
@BuildCommand(summary = "Creates an executable WAR for the project")
public void bootwar() throws Exception {
new BootWarOperation()
.fromProject(this)