Skip to content

Commit d9256e6

Browse files
committed
Javadoc
1 parent 4b25bcc commit d9256e6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ public Builder setScalable(final boolean scalable) {
222222
}
223223
}
224224

225-
/** The unset value for maxWidth */
225+
/**
226+
* The unset value for maxWidth: {@value}.
227+
*/
226228
public static final int UNSET_MAX_WIDTH = Integer.MAX_VALUE;
227229

228230
/**

0 commit comments

Comments
 (0)