This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/1.x by this push:
new ff953aeb Javadoc: Fix double the
ff953aeb is described below
commit ff953aebb281313f0c76c01ddd005ae0783d4c62
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:15:47 2025 -0500
Javadoc: Fix double the
---
src/main/java/org/apache/commons/mail/activation/PathDataSource.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/commons/mail/activation/PathDataSource.java
b/src/main/java/org/apache/commons/mail/activation/PathDataSource.java
index 0d61ba57..ec8c14d5 100644
--- a/src/main/java/org/apache/commons/mail/activation/PathDataSource.java
+++ b/src/main/java/org/apache/commons/mail/activation/PathDataSource.java
@@ -90,7 +90,7 @@ public final class PathDataSource implements DataSource {
}
/**
- * Gets an InputStream representing the the data and will throw an
IOException if it can not do so. This method will return a new instance of
InputStream
+ * Gets an InputStream representing the data and will throw an IOException
if it can not do so. This method will return a new instance of InputStream
* with each invocation.
*
* @return an InputStream
@@ -112,7 +112,7 @@ public final class PathDataSource implements DataSource {
}
/**
- * Gets an OutputStream representing the the data and will throw an
IOException if it can not do so. This method will return a new instance of
OutputStream
+ * Gets an OutputStream representing the data and will throw an
IOException if it can not do so. This method will return a new instance of
OutputStream
* with each invocation.
*
* @return an OutputStream