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
The following commit(s) were added to refs/heads/master by this push:
new 88f95e8 Fix and Refine Javadoc #174.
88f95e8 is described below
commit 88f95e84e36ff88755dc62ba23df0c40642cde7a
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 28 15:40:31 2021 -0400
Fix and Refine Javadoc #174.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 687659e..cac0154 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Arturo Bernal">
Redundant local variable #171.
</action>
+ <action type="update" issue="VFS-804" dev="ggregory" due-to="Arturo
Bernal">
+ Fix and Refine Javadoc #174.
+ </action>
</release>
<release version="2.8.0" date="2021-03-06" description="Feature and
maintenance release. Requires Java 8.">
<!-- <action issue="VFS-443" dev="ggregory" type="update"
due-to="nickallen"> -->