Skip to content

Commit 4bae1b5

Browse files
committed
Javadoc
1 parent 5d2c0dc commit 4bae1b5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Licensed to the Apache Software Foundation (ASF) under one or more
2828
* The class {@code FilterHelpAppendable} itself simply overrides all methods of {@code HelpAppendable} with versions that pass all requests to the underlying
2929
* appendable. Subclasses of {@code FilterHelpAppendable} may further override some of these methods as well as provide additional methods and fields.
3030
* </p>
31+
* <p>
32+
* <em>Implementation Note</em>: This class is similar to FilterOutputStream in relation to OutputStream. We could further split FilterHelpAppendable into a
33+
* FilterAppendable but that seems like YAGNI.
34+
* </p>
3135
*
3236
* @since 1.10.0
3337
*/

0 commit comments

Comments
 (0)