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 d0a0c904 Update link d0a0c904 is described below commit d0a0c90482ee2009f1a6abd4d5893369481bb829 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 24 13:23:45 2024 -0500 Update link Javadoc --- 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 62cc3d7a..78f0e523 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-03">Deflate transmission mode for FTP</a> + * See the Internet Draft <a ref="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;