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 e17ad8b8 Javadoc: Empty Javadoc line before the 1st tag.
e17ad8b8 is described below

commit e17ad8b8996a1e093fe3f2badde30ad237e6b403
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 17:55:54 2025 -0500

    Javadoc: Empty Javadoc line before the 1st tag.
---
 src/main/java/org/apache/commons/net/ftp/FTP.java                     | 4 ++++
 src/main/java/org/apache/commons/net/ftp/FTPClient.java               | 1 +
 src/main/java/org/apache/commons/net/ftp/FTPCommand.java              | 4 ++++
 .../java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java     | 1 +
 4 files changed, 10 insertions(+)

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 f84e0eb4..50f8e3bb 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTP.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTP.java
@@ -990,6 +990,7 @@ public class FTP extends SocketClient {
      * command-name     = <any FTP command which allows option setting>
      * command-options  = <format specified by individual FTP command>
      * }</pre>
+     *
      * @param commandNameOptions The OPTS command name and options.
      * @return The reply code received from the server.
      * @throws FTPConnectionClosedException If the FTP server prematurely 
closes the connection as a result of the client being idle or some other reason
@@ -1013,6 +1014,7 @@ public class FTP extends SocketClient {
      * command-name     = <any FTP command which allows option setting>
      * command-options  = <format specified by individual FTP command>
      * }</pre>
+     *
      * @param commandName The OPTS command name.
      * @param commandOptions The OPTS command options.
      * @return The reply code received from the server.
@@ -1310,6 +1312,7 @@ public class FTP extends SocketClient {
      * <p>
      * Please note that this has to be set before the connection is 
established.
      * </p>
+     *
      * @param charset The new character encoding for the control connection.
      * @since 3.12.0
      */
@@ -1323,6 +1326,7 @@ public class FTP extends SocketClient {
      * <p>
      * Please note that this has to be set before the connection is 
established.
      * </p>
+     *
      * @param encoding The new character encoding for the control connection.
      */
     public void setControlEncoding(final String encoding) {
diff --git a/src/main/java/org/apache/commons/net/ftp/FTPClient.java 
b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
index bcfbb754..1780c922 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPClient.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
@@ -1781,6 +1781,7 @@ public class FTPClient extends FTP implements 
Configurable {
      * <p>
      * Issue the FTP STAT command to the server.
      * </p>
+     *
      * @return The status information returned by the server.
      * @throws FTPConnectionClosedException If the FTP server prematurely 
closes the connection as a result of the client being idle or some other reason
      *                                      causing the server to send FTP 
reply code 421. This exception may be caught either as an IOException or
diff --git a/src/main/java/org/apache/commons/net/ftp/FTPCommand.java 
b/src/main/java/org/apache/commons/net/ftp/FTPCommand.java
index 4fde0f88..f776978a 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPCommand.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPCommand.java
@@ -281,24 +281,28 @@ public final class FTPCommand {
 
     /**
      * Alias for {@value}.
+     *
      * @since 2.0
      */
     public static final int MOD_TIME = MDTM;
 
     /**
      * Alias for {@value}.
+     *
      * @since 2.2
      */
     public static final int FEATURES = FEAT;
 
     /**
      * Alias for {@value}.
+     *
      * @since 2.2
      */
     public static final int GET_MOD_TIME = MDTM;
 
     /**
      * Alias for {@value}.
+     *
      * @since 2.2
      */
     public static final int SET_MOD_TIME = MFMT;
diff --git 
a/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java 
b/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java
index 5091835d..40e6733c 100644
--- a/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java
+++ b/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java
@@ -439,6 +439,7 @@ public class MVSFTPEntryParser extends 
ConfigurableFTPFileEntryParserImpl {
      *     <li>z/OS-MVS Member lists,</li>
      *     <li>Unix file lists.</li>
      * </ul>
+     *
      * @since 2.0
      */
     @Override

Reply via email to