This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push: new 7757740 Typo 7757740 is described below commit 775774098c4fb502ec068359029c60a93749c47b Author: Sebb <s...@apache.org> AuthorDate: Sun Jul 11 23:00:54 2021 +0100 Typo --- .../org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java b/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java index 800f9e3..aaa7be2 100644 --- a/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java +++ b/src/test/java/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java @@ -126,8 +126,8 @@ public class FTPClientConfigFunctionalTest extends TestCase { if (firstFile == null) { firstFile = thisFile; } - //System.out.println(sdf.format(thisfile.getTimestamp().getTime()) - // + " " +thisfile.getName()); + //System.out.println(sdf.format(thisFile.getTimestamp().getTime()) + // + " " +thisFile.getName()); if (lastFile != null) { // verify that the list is sorted earliest to latest. assertTrue(lastFile.getTimestamp().before(thisFile.getTimestamp()));