Skip to content

Commit 96a1880

Browse files
committed
Add TODO comments for 2.0
1 parent 1b15033 commit 96a1880

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ protected TextStyle.Builder resize(final TextStyle.Builder builder, final double
408408
*/
409409
public void setIndent(final int indent) {
410410
textStyleBuilder.setIndent(indent);
411+
// TODO return this in 2.0
411412
}
412413

413414
/**
@@ -417,6 +418,7 @@ public void setIndent(final int indent) {
417418
*/
418419
public void setLeftPad(final int leftPad) {
419420
textStyleBuilder.setLeftPad(leftPad);
421+
// TODO return this in 2.0
420422
}
421423

422424
/**
@@ -426,6 +428,7 @@ public void setLeftPad(final int leftPad) {
426428
*/
427429
public void setMaxWidth(final int maxWidth) {
428430
textStyleBuilder.setMaxWidth(maxWidth);
431+
// TODO return this in 2.0
429432
}
430433

431434
/**

0 commit comments

Comments
 (0)