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 d9256e6b Javadoc
d9256e6b is described below

commit d9256e6b0454d8930c70adac3c60c544083cd127
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Oct 18 08:30:49 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/cli/help/TextStyle.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/cli/help/TextStyle.java 
b/src/main/java/org/apache/commons/cli/help/TextStyle.java
index de8d7dff..82bbc3fc 100644
--- a/src/main/java/org/apache/commons/cli/help/TextStyle.java
+++ b/src/main/java/org/apache/commons/cli/help/TextStyle.java
@@ -222,7 +222,9 @@ public final class TextStyle {
         }
     }
 
-    /** The unset value for maxWidth */
+    /**
+     * The unset value for maxWidth: {@value}.
+     */
     public static final int UNSET_MAX_WIDTH = Integer.MAX_VALUE;
 
     /**

Reply via email to