[ https://issues.apache.org/jira/browse/VFS-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495754 ]
Adam Heath commented on VFS-148: -------------------------------- It also prevents other code from instantiating this class itself, for implementing other walking capabilities. This other code would have to implement FileSelectInfo itself, instead of just overriding this code, and slightly changing it. It's a minor change, and I do understand if you don't want to accept it. If you really want to protect those set methods, then a better way, imho, is to use an internal class(not a separate class in a separate file), or to make the methods package protected. > Make DefaultFileSelectInfo public > --------------------------------- > > Key: VFS-148 > URL: https://issues.apache.org/jira/browse/VFS-148 > Project: Commons VFS > Issue Type: New Feature > Affects Versions: 1.1 > Reporter: Adam Heath > Priority: Trivial > Attachments: feature_DefaultFileSelectorInfo_public.patch > > > See $summary, and patch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]