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-email.git
The following commit(s) were added to refs/heads/master by this push:
new b4738f08 Javadoc
b4738f08 is described below
commit b4738f0878d3aec26870cd0f35a029a7037a38a8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 2 15:38:34 2026 -0400
Javadoc
---
.../src/main/java/org/apache/commons/mail2/core/EmailUtils.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailUtils.java
b/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailUtils.java
index 1634749f..46fddfc7 100644
---
a/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailUtils.java
+++
b/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailUtils.java
@@ -96,7 +96,7 @@ public final class EmailUtils {
*
* @param file The file to check.
* @return The given file if it exists and is not a directory.
- * @throws IOException if the given file does not exist or is a directory.
+ * @throws IOException Thrown if the given file does not exist or is a
directory.
* @since 2.0.0-M2
*/
public static File check(final File file) throws IOException {
@@ -115,7 +115,7 @@ public final class EmailUtils {
*
* @param file The file to check.
* @return The given file if it exists and is not a directory.
- * @throws IOException if the given file does not exist or is a directory.
+ * @throws IOException Thrown if the given file does not exist or is a
directory.
* @since 2.0.0-M2
*/
public static Path check(final Path file) throws IOException {