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


##########
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:
   I've changed it according to the style found/used in `FTPSClient`.
   To be found in next commit together with changes proposed by @sebbASF.



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