You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/23 07:28:03 UTC

[commons-net] branch master updated (2df2fe6b -> 5e6ad6d6)

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 2df2fe6b Merge pull request #156 from apache/dependabot/github_actions/actions/checkout-3.5.3
     new 74eb3b31 removes redundant / non-required (null) initializations removes non-required return statements in void methods improves "text-only" URLs in JavaDoc fixes some typos and unpaired brackets along the path
     new d0baac63 Javadoc: Close HTML tag and end sentence with a period
     new 5e6ad6d6 Merge pull request #155 from mawiesne/remove_non-required_null_initializations

The 2790 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/main/java/org/apache/commons/net/bsd/RCommandClient.java     | 3 ---
 .../java/org/apache/commons/net/examples/ftp/TFTPExample.java    | 4 ++--
 src/main/java/org/apache/commons/net/examples/mail/IMAPMail.java | 1 -
 .../org/apache/commons/net/examples/mail/POP3ExportMbox.java     | 1 -
 src/main/java/org/apache/commons/net/examples/mail/POP3Mail.java | 1 -
 .../apache/commons/net/examples/telnet/TelnetClientExample.java  | 2 +-
 src/main/java/org/apache/commons/net/ftp/FTP.java                | 2 +-
 src/main/java/org/apache/commons/net/ftp/FTPHTTPClient.java      | 4 ++--
 .../apache/commons/net/ftp/parser/FTPTimestampParserImpl.java    | 4 ++--
 .../commons/net/ftp/parser/VMSVersioningFTPEntryParser.java      | 2 +-
 src/main/java/org/apache/commons/net/nntp/NNTPClient.java        | 4 ++--
 .../java/org/apache/commons/net/nntp/NewGroupsOrNewsQuery.java   | 4 ++--
 src/main/java/org/apache/commons/net/tftp/TFTPPacket.java        | 2 +-
 src/main/java/org/apache/commons/net/util/Base64.java            | 2 +-
 src/test/java/org/apache/commons/net/ftp/AbstractFtpsTest.java   | 2 +-
 .../apache/commons/net/ftp/FTPClientConfigFunctionalTest.java    | 2 +-
 .../apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java  | 4 +++-
 src/test/java/org/apache/commons/net/tftp/TFTPServer.java        | 9 +++++----
 18 files changed, 25 insertions(+), 28 deletions(-)