Claudenw commented on PR #216:
URL: https://github.com/apache/commons-cli/pull/216#issuecomment-1878651682

   @garydgregory  Sorry about the formatting.   
   
   What would you want to see for Path?
   
   I think that Verifier class should become a static class that simply  
contains static common Predicate<String> instances.
   
   Where `Verifier` is currently used in the code it will become 
Predicate<String> .
   
   I don't think there needs to be a difference.  At one time I had the 
Verifier throwing the ParseException, but that has been fixed, so there is no 
valid distinction.
   
   What are your thoughts?


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