Skip to content

Commit ef5c43e

Browse files
authored
Add missing Javadoc tag.
1 parent 480d896 commit ef5c43e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/cli/help/AbstractHelpFormatter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ public final String getSyntaxPrefix() {
291291
* @param cmdLineSyntax the syntax for this application.
292292
* @param options the collection of {@link Option} objects to print.
293293
* @throws IOException If the output could not be written to the {@link HelpAppendable}.
294+
* @since 1.12.0
294295
*/
295296
public void printHelp(final String cmdLineSyntax, final Options options) throws IOException {
296297
printHelp(cmdLineSyntax, null, options, null, false);

0 commit comments

Comments
 (0)