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 1ffef378 [SpotBugs] Make explicit use of the default encoding
     new f019baba [SpotBugs] Make explicit use of the default encoding
     new 83412391 Use final
     new 671c1423 Java convention for variable declarations
     new aa88ad7b Whitespace
     new ff3437b0 Java convention for variable declarations
     new 28707ac3 Java convention for variable declarations
     new effe5651 Use an import instead of a FQCN
     new 5bd2b5a7 Use an import instead of a FQCN
     new 0a7c49d3 Javadoc

The 9 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:
 .../apache/commons/net/ProtocolCommandSupport.java |  6 +-
 .../commons/net/examples/ftp/TFTPExample.java      | 19 ++----
 .../commons/net/examples/mail/IMAPExportMbox.java  | 32 ++++++----
 .../commons/net/examples/mail/IMAPImportMbox.java  | 42 ++++++-------
 .../apache/commons/net/examples/mail/POP3Mail.java |  4 +-
 .../apache/commons/net/examples/mail/SMTPMail.java | 13 ++--
 .../apache/commons/net/examples/mail/Utils.java    |  3 +-
 .../commons/net/examples/nntp/ArticleReader.java   |  4 +-
 .../commons/net/examples/nntp/ExtendedNNTPOps.java |  4 +-
 .../net/examples/nntp/MessageThreading.java        |  4 +-
 .../commons/net/examples/nntp/PostMessage.java     | 14 +++--
 .../net/examples/telnet/TelnetClientExample.java   | 28 +++++----
 .../apache/commons/net/examples/unix/chargen.java  |  3 +-
 .../java/org/apache/commons/net/ftp/FTPClient.java | 72 ++--------------------
 .../org/apache/commons/net/smtp/SMTPClient.java    | 45 ++++----------
 .../apache/commons/net/tftp/TFTPErrorPacket.java   |  5 +-
 .../apache/commons/net/tftp/TFTPRequestPacket.java |  5 +-
 .../net/ftp/parser/FTPTimestampParserImplTest.java |  2 +-
 18 files changed, 114 insertions(+), 191 deletions(-)

Reply via email to