diff --git a/src/main/java/rife/bld/extension/AbstractBootOperation.java b/src/main/java/rife/bld/extension/AbstractBootOperation.java index d2045a6..f91a639 100644 --- a/src/main/java/rife/bld/extension/AbstractBootOperation.java +++ b/src/main/java/rife/bld/extension/AbstractBootOperation.java @@ -138,7 +138,7 @@ public String destinationFileName() { } /** - * Part of the {@link #execute} operation, copy the {@code spring-boot-loader} archive content to the staging + * Part of the {@link #execute execute} operation, copy the {@code spring-boot-loader} archive content to the staging * directory. * * @param stagingDirectory the staging directory @@ -162,7 +162,7 @@ protected void executeCopyBootLoader(File stagingDirectory) throws FileUtilsErro } /** - * Part of the {@link #execute} operation, copy the {@code BOOT-INF} or {@code WEB-INF} classes. + * Part of the {@link #execute execute} operation, copy the {@code BOOT-INF} or {@code WEB-INF} classes. * * @param stagingInfDirectory Tte staging {@code INF} directory */ @@ -182,7 +182,7 @@ protected void executeCopyInfClassesFiles(File stagingInfDirectory) throws IOExc } /** - * Part of the {@link #execute} operation, copy the {@code BOOT-INF} or (@code WEB-INF) libs. + * Part of the {@link #execute execute} operation, copy the {@code BOOT-INF} or (@code WEB-INF) libs. * * @param stagingInfDirectory the staging {@code INF} directory */ @@ -200,7 +200,7 @@ protected void executeCopyInfLibs(File stagingInfDirectory) throws IOException { } /** - * Part of the {@link #execute} operation, create the archive from the staging directory. + * Part of the {@link #execute execute} operation, create the archive from the staging directory. * * @param stagingDirectory the staging directory * @return the archive @@ -247,7 +247,7 @@ protected File executeCreateArchive(File stagingDirectory) } /** - * Part of the {@link #execute} operation, create the manifest for the archive. + * Part of the {@link #execute execute} operation, create the manifest for the archive. * * @param stagingDirectory the staging directory */ diff --git a/src/main/java/rife/bld/extension/BootJarOperation.java b/src/main/java/rife/bld/extension/BootJarOperation.java index 72d6361..fd61e28 100644 --- a/src/main/java/rife/bld/extension/BootJarOperation.java +++ b/src/main/java/rife/bld/extension/BootJarOperation.java @@ -62,7 +62,7 @@ public void execute() throws Exception { } /** - * Part of the {@link #execute} operation, creates the {@code BOOT-INF} staging directory. + * Part of the {@link #execute execute} operation, creates the {@code BOOT-INF} staging directory. * * @param stagingDirectory the staging directory * @return the {@code BOOT-INF} directory location diff --git a/src/main/java/rife/bld/extension/BootWarOperation.java b/src/main/java/rife/bld/extension/BootWarOperation.java index 26795d8..6390bf6 100644 --- a/src/main/java/rife/bld/extension/BootWarOperation.java +++ b/src/main/java/rife/bld/extension/BootWarOperation.java @@ -66,7 +66,7 @@ public void execute() throws Exception { } /** - * 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 @@ protected void executeCopyWebInfProvidedLib(File stagingWebInfDirectory) throws } /** - * 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 */