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 6406075  Javadoc
6406075 is described below

commit 64060750f5d6eca9024ef9eb38fb6730b9da06bf
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Dec 16 11:11:46 2023 -0500

    Javadoc
---
 .../java/org/apache/commons/mail/resolver/DataSourceFileResolver.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/mail/resolver/DataSourceFileResolver.java 
b/src/main/java/org/apache/commons/mail/resolver/DataSourceFileResolver.java
index fd4b547..218f478 100644
--- a/src/main/java/org/apache/commons/mail/resolver/DataSourceFileResolver.java
+++ b/src/main/java/org/apache/commons/mail/resolver/DataSourceFileResolver.java
@@ -23,11 +23,12 @@ import javax.activation.DataSource;
 import javax.activation.FileDataSource;
 
 /**
- * Creates a {@code DataSource} based on an URL. The implementation also 
resolves file resources.
+ * Creates a {@code DataSource} based on a File. The implementation also 
resolves file resources.
  *
  * @since 1.3
  */
 public class DataSourceFileResolver extends DataSourceBaseResolver {
+
     /** The base directory of the resource when resolving relative paths */
     private final File baseDir;
 

Reply via email to