Skip to content

Commit e0740a4

Browse files
committed
Javadoc
1 parent a462664 commit e0740a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ public Builder setShowSince(final boolean showSince) {
108108
public static final int DEFAULT_WIDTH = 74;
109109

110110
/**
111-
* Default padding to the left of each line: {@value}. */
111+
* Default padding to the left of each line: {@value}.
112+
*/
112113
public static final int DEFAULT_LEFT_PAD = 1;
113114

114115
/**

0 commit comments

Comments
 (0)