Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 16, 2023
1 parent 263e93d commit 6406075
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
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;

Expand Down

0 comments on commit 6406075

Please sign in to comment.