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 d88d55f5 Javadoc
d88d55f5 is described below
commit d88d55f56c3698073988246ae997018c42f97018
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 27 08:21:52 2026 -0500
Javadoc
---
src/main/java/org/apache/commons/net/ftp/parser/OS2FTPEntryParser.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/net/ftp/parser/OS2FTPEntryParser.java
b/src/main/java/org/apache/commons/net/ftp/parser/OS2FTPEntryParser.java
index a66096ab..6728a2ca 100644
--- a/src/main/java/org/apache/commons/net/ftp/parser/OS2FTPEntryParser.java
+++ b/src/main/java/org/apache/commons/net/ftp/parser/OS2FTPEntryParser.java
@@ -25,7 +25,7 @@ import org.apache.commons.net.ftp.FTPFile;
import org.apache.commons.net.ftp.FTPFileEntryParser;
/**
- * Implements of {@link FTPFileEntryParser} and {@link Configurable} for OS/2
Systems.
+ * Implements {@link FTPFileEntryParser} and {@link Configurable} for OS/2
Systems.
*
* @see FTPFileEntryParser Usage instructions.
*/