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 3ac9584c Fix link 3ac9584c is described below commit 3ac9584c8207e1ecce8f8e446c1e9cf4e10271c9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 24 13:27:05 2024 -0500 Fix link --- src/main/java/org/apache/commons/net/ftp/FTP.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/net/ftp/FTP.java b/src/main/java/org/apache/commons/net/ftp/FTP.java index 78f0e523..2639edc0 100644 --- a/src/main/java/org/apache/commons/net/ftp/FTP.java +++ b/src/main/java/org/apache/commons/net/ftp/FTP.java @@ -155,7 +155,7 @@ public class FTP extends SocketClient { * A constant used to indicate a file is to be transferred as FTP (un)compressing data in the "deflate" compression format. All constants ending in * <code>TRANSFER_MODE</code> are used to indicate file transfer modes. * - * See the Internet Draft <a ref="https://datatracker.ietf.org/doc/html/draft-preston-ftpext-deflate-04">Deflate transmission mode for FTP</a> + * See the Internet Draft <a href="https://datatracker.ietf.org/doc/html/draft-preston-ftpext-deflate-04">Deflate transmission mode for FTP</a> */ public static final int DEFLATE_TRANSFER_MODE = 13;