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-vfs.git
commit 1059a15d1bfa9a2ebbbbe3b126192aa942b38f2b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 21 15:06:55 2024 -0400 Better description --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 637bedfb..ae6a0386 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -211,7 +211,7 @@ The <action> type attribute can be add,update,fix,remove. Generate JPMS module info files when building on Java 11 or greater, except for commons-vfs2-hdfs due to Hadoop libraries' overlapping packages. </action> <action type="add" dev="ggregory" due-to="Seth Falco"> - Add vscode files to gitignore #205. + Add Visual Studio Code files to gitignore #205. </action> <action type="add" dev="ggregory" due-to="Gary Gregory"> Add DefaultFileMonitor.setDelay(Duration), getDelayDuration() and deprecate setDelay(long), getDelay().