garydgregory commented on code in PR #141:
URL: https://github.com/apache/commons-net/pull/141#discussion_r1070441477


##########
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:
   > That's what was there before. Any suggestion how that should be formulated?
   
   Use a JDK method as a template



-- 
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]

Reply via email to