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 4727b0cc8 No need for Latin
4727b0cc8 is described below
commit 4727b0cc8efbb2a1893742bdc0c5b0d5c462f035
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Oct 26 15:34:27 2025 -0400
No need for Latin
---
.../java/org/apache/commons/vfs2/provider/ftp/FTPClientWrapper.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FTPClientWrapper.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FTPClientWrapper.java
index ed4382730..033d20b94 100644
---
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FTPClientWrapper.java
+++
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FTPClientWrapper.java
@@ -36,7 +36,7 @@ import org.apache.commons.vfs2.util.UserAuthenticatorUtils;
/**
* A wrapper to the FTPClient to allow automatic reconnect on connection loss.
* <p>
- * I decided to not to use eg. noop() to determine the state of the connection
to avoid unnecessary server round-trips.
+ * I decided to not to use, for example, noop() to determine the state of the
connection to avoid unnecessary server round-trips.
* </p>
*/
public class FTPClientWrapper implements FtpClient {