This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a3631f  Javadoc
8a3631f is described below

commit 8a3631f19356f0269874c6fe5630c339b546365c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 2 17:12:05 2026 -0400

    Javadoc
---
 .../apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java
index ef2c5fe..9026748 100644
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java
@@ -99,7 +99,7 @@ public final class CommonsSiteCompressionMojo extends 
AbstractMojo {
      *                       compressing. Generally this is 
<code>target/site</code>.
      * @param file A {@link File} to add to the {@link ZipOutputStream} 
<code>zos</code>.
      * @param zos The {@link ZipOutputStream} to which to add our 
<code>file</code>.
-     * @throws IOException if adding the <code>file</code> doesn't work out 
properly.
+     * @throws IOException Thrown if adding the <code>file</code> doesn't work 
out properly.
      */
     private void addToZip(final File directoryToZip, final File file, final 
ZipOutputStream zos) throws IOException {
         try (InputStream fis = Files.newInputStream(file.toPath())) {

Reply via email to