Cleaned up execute links

This commit is contained in:
Erik C. Thauvin 2023-10-31 15:46:25 -07:00
parent c9fe353ce1
commit bd9b44a782
3 changed files with 8 additions and 8 deletions

View file

@ -66,7 +66,7 @@ public class BootWarOperation extends AbstractBootOperation<BootWarOperation> {
}
/**
* Part of the {@link #execute} operation, copy the {@code WEB-INF/lib-provided} libraries.
* Part of the {@link #execute execute} operation, copy the {@code WEB-INF/lib-provided} libraries.
*
* @param stagingWebInfDirectory the staging {@code WEB-INF/lib-provided} directory
*/
@ -84,7 +84,7 @@ public class BootWarOperation extends AbstractBootOperation<BootWarOperation> {
}
/**
* Part of the {@link #execute} operation, creates the {@code WEB-INF} staging directory.
* Part of the {@link #execute execute} operation, creates the {@code WEB-INF} staging directory.
*
* @return the {@code WEB-INF} directory location
*/