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

commit 8e881b9f05bbf56f77f7870c8784bb839c168826
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 15 18:16:02 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/cli/help/FilterHelpAppendable.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/cli/help/FilterHelpAppendable.java 
b/src/main/java/org/apache/commons/cli/help/FilterHelpAppendable.java
index ee10517a..d37f7913 100644
--- a/src/main/java/org/apache/commons/cli/help/FilterHelpAppendable.java
+++ b/src/main/java/org/apache/commons/cli/help/FilterHelpAppendable.java
@@ -34,7 +34,7 @@ import java.io.IOException;
 public abstract class FilterHelpAppendable implements HelpAppendable {
 
     /**
-     * The Appendable instance to write to.
+     * The underlying appendable to be filtered.
      */
     protected final Appendable output;
 

Reply via email to