This is an automated email from the ASF dual-hosted git repository.
ggregory 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 2001238 Remove Subversion's "@version $Id$".
2001238 is described below
commit 20012388e53ce45b6358dc8e685274eb5d13ed0b
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 16 14:02:27 2019 -0400
Remove Subversion's "@version $Id$".
---
src/test/java/org/apache/commons/net/ftp/parser/MLSxEntryParserTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/net/ftp/parser/MLSxEntryParserTest.java
b/src/test/java/org/apache/commons/net/ftp/parser/MLSxEntryParserTest.java
index bdb4e42..716b4ab 100644
--- a/src/test/java/org/apache/commons/net/ftp/parser/MLSxEntryParserTest.java
+++ b/src/test/java/org/apache/commons/net/ftp/parser/MLSxEntryParserTest.java
@@ -20,7 +20,6 @@ import org.apache.commons.net.ftp.FTPFile;
import org.apache.commons.net.ftp.FTPFileEntryParser;
/**
- * @version $Id: UnixFTPEntryParserTest.java 1643407 2014-12-05 19:32:00Z sebb
$
*/
public class MLSxEntryParserTest extends FTPParseTestFramework {