Skip to content

Commit a652610

Browse files
committed
Fix malformed Javadoc comments
1 parent 7f8c35c commit a652610

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<release version="1.11.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
2626
<!-- FIX -->
2727
<action type="fix" dev="ggregory" due-to="Elric">Fix broken Introduction links on the website #417.</action>
28+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix malformed Javadoc comments.</action>
2829
<!-- ADD -->
2930
<!-- UPDATE -->
3031
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 91 to 93 #414, #416.</action>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public TextHelpAppendable(final Appendable output) {
137137
* <li>The minimum size for a column may not be smaller than the length of the column header</li>
138138
* <li>The maximum size is set to the maximum of the length of the header or the longest line length.</li>
139139
* <li>If the total size of the columns is greater than the page wight, adjust the size of VARIABLE columns to attempt reduce the width to the the maximum
140-
* size.
140+
* size.</li>
141141
* </ul>
142142
* <p>
143143
* Note: it is possible for the size of the columns to exceed the declared page width. In this case the table will extend beyond the desired page width.

0 commit comments

Comments
 (0)