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-email.git


The following commit(s) were added to refs/heads/master by this push:
     new d75d0a32 Javadoc: Fix double the
d75d0a32 is described below

commit d75d0a3268e435359ecf8113284370c70394337f
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:15:28 2025 -0500

    Javadoc: Fix double the
---
 .../org/apache/commons/mail2/jakarta/activation/PathDataSource.java   | 4 ++--
 .../org/apache/commons/mail2/javax/activation/PathDataSource.java     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/PathDataSource.java
 
b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/PathDataSource.java
index 2ae763ab..68fa4911 100644
--- 
a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/PathDataSource.java
+++ 
b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/PathDataSource.java
@@ -100,7 +100,7 @@ public final class PathDataSource implements DataSource {
     }
 
     /**
-     * Gets an InputStream representing the the data and will throw an 
IOException if it cannot do so. This method will return a new instance of 
InputStream
+     * Gets an InputStream representing the data and will throw an IOException 
if it cannot do so. This method will return a new instance of InputStream
      * with each invocation.
      *
      * @return an InputStream
@@ -122,7 +122,7 @@ public final class PathDataSource implements DataSource {
     }
 
     /**
-     * Gets an OutputStream representing the the data and will throw an 
IOException if it cannot do so. This method will return a new instance of 
OutputStream
+     * Gets an OutputStream representing the data and will throw an 
IOException if it cannot do so. This method will return a new instance of 
OutputStream
      * with each invocation.
      *
      * @return an OutputStream
diff --git 
a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/PathDataSource.java
 
b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/PathDataSource.java
index 9944859c..7213c1de 100644
--- 
a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/PathDataSource.java
+++ 
b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/PathDataSource.java
@@ -100,7 +100,7 @@ public final class PathDataSource implements DataSource {
     }
 
     /**
-     * Gets an InputStream representing the the data and will throw an 
IOException if it cannot do so. This method will return a new instance of 
InputStream
+     * Gets an InputStream representing the data and will throw an IOException 
if it cannot do so. This method will return a new instance of InputStream
      * with each invocation.
      *
      * @return an InputStream
@@ -122,7 +122,7 @@ public final class PathDataSource implements DataSource {
     }
 
     /**
-     * Gets an OutputStream representing the the data and will throw an 
IOException if it cannot do so. This method will return a new instance of 
OutputStream
+     * Gets an OutputStream representing the data and will throw an 
IOException if it cannot do so. This method will return a new instance of 
OutputStream
      * with each invocation.
      *
      * @return an OutputStream

Reply via email to