garydgregory commented on code in PR #141:
URL: https://github.com/apache/commons-net/pull/141#discussion_r1070388783
##########
src/main/java/org/apache/commons/net/ftp/FTPSClient.java:
##########
@@ -204,7 +204,7 @@ public FTPSClient(final String protocol, final boolean
isImplicit) {
/**
* Because there are so many connect() methods, the _connectAction_()
method is provided as a means of performing some action immediately after
establishing
- * a connection, rather than reimplementing all of the connect() methods.
+ * a connection, rather than reimplementing all the connect() methods.
*
* @throws IOException If it throw by _connectAction_.
Review Comment:
"If it throw by _connectAction_." Still not correct.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]