Skip to content

Commit 3a730c0

Browse files
committed
Add missing @SInCE tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1677407 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1009059 commit 3a730c0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ public class HelpFormatter
9292
/** default prefix for long Option */
9393
public static final String DEFAULT_LONG_OPT_PREFIX = "--";
9494

95-
/** default separator displayed between a long Option and its value */
95+
/**
96+
* default separator displayed between a long Option and its value
97+
*
98+
* @since 1.3
99+
**/
96100
public static final String DEFAULT_LONG_OPT_SEPARATOR = " ";
97101

98102
/** default name for an argument */

0 commit comments

Comments
 (0)