This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
from 8677d16 Rename to HelpAppendable since it extends Appendable
new 8ae17af Javadoc: Fix spelling and use wording closer to the type names
new e047c33 Rename tests
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/commons/cli/help/FilterHelpAppendable.java | 8 ++++++++
src/main/java/org/apache/commons/cli/help/HelpAppendable.java | 7 +++++--
.../help/{TextHelpWriterTest.java => TextHelpAppendableTest.java} | 2 +-
.../cli/{AptHelpWriterTest.java => AptHelpAppendableTest.java} | 2 +-
.../{XhtmlHelpWriterTest.java => XhtmlHelpAppendableTest.java} | 2 +-
5 files changed, 16 insertions(+), 5 deletions(-)
rename src/test/java/org/apache/commons/cli/help/{TextHelpWriterTest.java =>
TextHelpAppendableTest.java} (99%)
rename src/test/java/org/apache/commons/example/cli/{AptHelpWriterTest.java =>
AptHelpAppendableTest.java} (99%)
rename src/test/java/org/apache/commons/example/cli/{XhtmlHelpWriterTest.java
=> XhtmlHelpAppendableTest.java} (99%)