Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 18, 2024
1 parent 4b25bcc commit d9256e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/apache/commons/cli/help/TextStyle.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ public Builder setScalable(final boolean scalable) {
}
}

/** The unset value for maxWidth */
/**
* The unset value for maxWidth: {@value}.
*/
public static final int UNSET_MAX_WIDTH = Integer.MAX_VALUE;

/**
Expand Down

0 comments on commit d9256e6

Please sign in to comment.