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/07/06 12:37:07 UTC

[commons-net] branch master updated (dd0ae5d5 -> c87fb922)

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 dd0ae5d5 Add Base64 missing tests and documentation fixes #161
     new 6ac0f5ad Fixes typos, adjusts docs to code, adds missing javadoc code snippets
     new 97755cfe Add FTPFile tests
     new ad158072 Make toString tests public
     new 5fb7bcea CR: move serialization methods to origin
     new e1dafc38 Remove blank Javadoc line between tags
     new bb4e29aa Add link to Javadoc toString method, remove blank Javadoc line between tags
     new 6bb6b028 Add licensing ti test
     new 6a07ceb4 Add TODO
     new c87fb922 Merge pull request #162 from jkbkupczyk/ftp_file_tests_and_doc_typos

The 2854 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:
 .../java/org/apache/commons/net/ftp/FTPFile.java   |  46 ++---
 .../org/apache/commons/net/ftp/FTPFileTest.java    | 187 +++++++++++++++++++++
 2 files changed, 211 insertions(+), 22 deletions(-)
 create mode 100644 src/test/java/org/apache/commons/net/ftp/FTPFileTest.java