Skip to content

Commit 3b78b1a

Browse files
committed
Javadoc
Close HTML tags
1 parent c1f473c commit 3b78b1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/apache/commons/cli/CommandLine.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ Licensed to the Apache Software Foundation (ASF) under one or more
3131
* <p>
3232
* It allows querying of a boolean {@link #hasOption(String opt)}, in addition to retrieving the
3333
* {@link #getOptionValue(String opt)} for options requiring arguments.
34+
* </p>
3435
* <p>
3536
* Additionally, any left-over or unrecognized arguments, are available for further processing.
37+
* </p>
3638
*/
3739
public class CommandLine implements Serializable {
3840

0 commit comments

Comments
 (0)