File tree Expand file tree Collapse file tree
main/java/org/apache/commons/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 <action type =" add" dev =" britter" due-to =" Christoph Läubrich" issue =" CLI-271" >
2727 CommandLine.getXXX and CommandLine.hasXXX should accept an Option as a parameter
2828 </action >
29+ <action type =" add" dev =" ggregory" due-to =" Jason Dillon" issue =" CLI-276" >
30+ Adjust access-modifier of checkRequiredOptions() to protected.
31+ </action >
2932 </release >
3033
3134 <release version =" 1.4" date =" 2017-03-09" description =" New features and bug fixes" >
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ else if (!("yes".equalsIgnoreCase(value)
191191 * @throws MissingOptionException if any of the required Options
192192 * are not present.
193193 */
194- private void checkRequiredOptions () throws MissingOptionException
194+ protected void checkRequiredOptions () throws MissingOptionException
195195 {
196196 // if there are required options that have not been processed
197197 if (!expectedOpts .isEmpty ())
You can’t perform that action at this time.
0 commit comments