Skip to content

Commit 4727b0c

Browse files
committed
No need for Latin
1 parent b018b94 commit 4727b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FTPClientWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/**
3737
* A wrapper to the FTPClient to allow automatic reconnect on connection loss.
3838
* <p>
39-
* I decided to not to use eg. noop() to determine the state of the connection to avoid unnecessary server round-trips.
39+
* I decided to not to use, for example, noop() to determine the state of the connection to avoid unnecessary server round-trips.
4040
* </p>
4141
*/
4242
public class FTPClientWrapper implements FtpClient {

0 commit comments

Comments
 (0)