pjfanning opened a new pull request, #204:
URL: https://github.com/apache/commons-net/pull/204

   relates to https://issues.apache.org/jira/browse/NET-726
   
   Aim is to make it easier to subclass FTPSClient.
   
   I have only added protected getters for some private fields, ones with 
primitive or String return types. This is enough for my use case. More can be 
added, if the consensus is to add more.
   
   I haven't changed the internal code to use the getters. Changing the 
internal code to use the getters means that subclasses could affect the values 
of the private fields by shadowing the related getter. This has pros and cons. 
If the consensus is to change the internal code of FTPSClient to access the 
fields via the new getters, I can make that change too.


-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to