You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/23 13:00:04 UTC

[commons-net] 01/03: Format tweaks

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

commit dc521529cc641d23c10e59318530acbc5172c930
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 08:50:16 2023 -0400

    Format tweaks
---
 src/main/java/org/apache/commons/net/ftp/FTPCommand.java | 5 +++++
 1 file changed, 5 insertions(+)

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 740cdfa3..ecfc05dc 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPCommand.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPCommand.java
@@ -60,14 +60,19 @@ public final class FTPCommand {
     public static final int STAT = 30;
     public static final int HELP = 31;
     public static final int NOOP = 32;
+
     /** @since 2.0 */
     public static final int MDTM = 33;
+
     /** @since 2.2 */
     public static final int FEAT = 34;
+
     /** @since 2.2 */
     public static final int MFMT = 35;
+
     /** @since 2.2 */
     public static final int EPSV = 36;
+
     /** @since 2.2 */
     public static final int EPRT = 37;