This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push: new e0740a42 Javadoc e0740a42 is described below commit e0740a425ba5438a35f39e8419afc282c0e75e1c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 18 08:29:15 2024 -0400 Javadoc --- src/main/java/org/apache/commons/cli/help/HelpFormatter.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/cli/help/HelpFormatter.java b/src/main/java/org/apache/commons/cli/help/HelpFormatter.java index 4f5c18d2..86efe246 100644 --- a/src/main/java/org/apache/commons/cli/help/HelpFormatter.java +++ b/src/main/java/org/apache/commons/cli/help/HelpFormatter.java @@ -108,7 +108,8 @@ public class HelpFormatter extends AbstractHelpFormatter { public static final int DEFAULT_WIDTH = 74; /** - * Default padding to the left of each line: {@value}. */ + * Default padding to the left of each line: {@value}. + */ public static final int DEFAULT_LEFT_PAD = 1; /**