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 f3cc1baacbb8dbc3363863cd6f5757f8b8365d55
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 28 10:26:32 2024 -0400

    Whitespace
---
 src/main/java/org/apache/commons/net/chargen/CharGenTCPClient.java | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/main/java/org/apache/commons/net/chargen/CharGenTCPClient.java 
b/src/main/java/org/apache/commons/net/chargen/CharGenTCPClient.java
index 51129250..2f0a37f3 100644
--- a/src/main/java/org/apache/commons/net/chargen/CharGenTCPClient.java
+++ b/src/main/java/org/apache/commons/net/chargen/CharGenTCPClient.java
@@ -35,14 +35,19 @@ import org.apache.commons.net.SocketClient;
  */
 
 public final class CharGenTCPClient extends SocketClient {
+
     /** The systat port value of 11 according to RFC 866. */
     public static final int SYSTAT_PORT = 11;
+
     /** The netstat port value of 19. */
     public static final int NETSTAT_PORT = 15;
+
     /** The quote of the day port value of 17 according to RFC 865. */
     public static final int QUOTE_OF_DAY_PORT = 17;
+
     /** The character generator port value of 19 according to RFC 864. */
     public static final int CHARGEN_PORT = 19;
+
     /** The default chargen port. It is set to 19 according to RFC 864. */
     public static final int DEFAULT_PORT = 19;
 

Reply via email to