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-net.git
from 91cc96e0 Add missing tests new 6609491e Deprecate org.apache.commons.net.util.Charsets.Charsets() for removal new 08218d1c Add missing 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: src/changes/changes.xml | 1 + .../java/org/apache/commons/net/util/Charsets.java | 10 +++ .../org/apache/commons/net/util/ListenerList.java | 2 +- .../org/apache/commons/net/util/CharsetsTest.java | 7 +++ .../apache/commons/net/util/ListenerListTest.java | 71 ++++++++++++++++++++++ 5 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 src/test/java/org/apache/commons/net/util/ListenerListTest.java