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-net.git
The following commit(s) were added to refs/heads/master by this push: new 16538651 Fix typos in comments 16538651 is described below commit 16538651f480c94296e44568524f1b5cb291aa74 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 21 14:03:31 2024 -0400 Fix typos in comments --- .../org/apache/commons/net/ftp/parser/VMSVersioningFTPEntryParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/net/ftp/parser/VMSVersioningFTPEntryParser.java b/src/main/java/org/apache/commons/net/ftp/parser/VMSVersioningFTPEntryParser.java index 23688d57..486cbb61 100644 --- a/src/main/java/org/apache/commons/net/ftp/parser/VMSVersioningFTPEntryParser.java +++ b/src/main/java/org/apache/commons/net/ftp/parser/VMSVersioningFTPEntryParser.java @@ -81,7 +81,7 @@ public class VMSVersioningFTPEntryParser extends VMSFTPEntryParser { /** * Implement hook provided for those implementers (such as VMSVersioningFTPEntryParser, and possibly others) which return multiple files with the same name - * to remove the duplicates .. + * to remove the duplicates. * * @param original Original list *