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

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


The following commit(s) were added to refs/heads/master by this push:
     new 06c4c4c88 Fix some Javadoc issues
06c4c4c88 is described below

commit 06c4c4c88f7200e2a65ac591b4790576170b16b7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Oct 6 17:37:21 2024 -0400

    Fix some Javadoc issues
---
 src/changes/changes.xml                                       | 1 +
 src/main/java/org/apache/commons/io/build/AbstractOrigin.java | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 645397889..8387b2f72 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
     <release version="2.17.1" date="YYYY-MM-DD" description="Version 2.17.1: 
Java 8 is required.">
       <!-- FIX -->
       <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">Clean ups in unit tests.</action>
+      <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">Fix some Javadoc issues.</action>      
       <!-- ADD -->
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add @FunctionalInterface to ClassNameMatcher.</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add ValidatingObjectInputStream.Builder and 
ValidatingObjectInputStream.builder().</action>
diff --git a/src/main/java/org/apache/commons/io/build/AbstractOrigin.java 
b/src/main/java/org/apache/commons/io/build/AbstractOrigin.java
index 660017f68..4912b4002 100644
--- a/src/main/java/org/apache/commons/io/build/AbstractOrigin.java
+++ b/src/main/java/org/apache/commons/io/build/AbstractOrigin.java
@@ -322,7 +322,7 @@ public abstract class AbstractOrigin<T, B extends 
AbstractOrigin<T, B>> extends
     }
 
     /**
-     * An {@link Reader} origin.
+     * A {@link Reader} origin.
      * <p>
      * This origin cannot provide other aspects.
      * </p>
@@ -423,7 +423,7 @@ public abstract class AbstractOrigin<T, B extends 
AbstractOrigin<T, B>> extends
     }
 
     /**
-     * An {@link Writer} origin.
+     * A {@link Writer} origin.
      * <p>
      * This origin cannot provide other aspects.
      * </p>

Reply via email to