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 3373d77d Reimplement Util.copyReader() with IOUtils.copyLarge()
new 3cb18ec8 Deprecate Util.copyReader(Reader, Writer) in favor of
IOUtils.copyLarge()
new e5ca262c Javadoc
new a4b246e0 Reuse IOUtils.copyLarge()
The 3 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 | 2 ++
src/main/java/org/apache/commons/net/examples/mail/SMTPMail.java | 3 +--
src/main/java/org/apache/commons/net/examples/nntp/PostMessage.java | 4 ++--
src/main/java/org/apache/commons/net/examples/util/IOUtil.java | 5 ++---
src/main/java/org/apache/commons/net/io/Util.java | 2 ++
src/main/java/org/apache/commons/net/nntp/NNTPClient.java | 3 +--
6 files changed, 10 insertions(+), 9 deletions(-)