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 405bbdf  Remove some extra parentheses that are truly useless, for 
example: "return(false);" -> "return false;"
     new dd362ac  Remove unused throws clause from package private constructor.
     new e2715a0  Fix potential resource leaks with try-with-resource blocks.

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:
 .../net/examples/cidr/SubnetUtilsExample.java      | 17 +++---
 .../commons/net/examples/ftp/FTPClientExample.java | 20 ++-----
 .../commons/net/examples/mail/IMAPExportMbox.java  |  3 +-
 .../commons/net/examples/mail/POP3ExportMbox.java  | 59 ++++++++++----------
 .../apache/commons/net/examples/unix/chargen.java  | 24 ++++----
 .../apache/commons/net/finger/FingerClient.java    | 13 +----
 .../java/org/apache/commons/net/ftp/FTPClient.java | 36 +++++-------
 .../java/org/apache/commons/net/ftp/FTPFile.java   | 64 +++++++++++-----------
 .../apache/commons/net/ftp/FTPListParseEngine.java | 15 +++--
 .../org/apache/commons/net/nntp/NNTPClient.java    | 44 ++++++---------
 .../org/apache/commons/net/smtp/SMTPClient.java    | 12 ++--
 11 files changed, 134 insertions(+), 173 deletions(-)

Reply via email to