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:07:56 UTC

[commons-net] 06/06: Format tweak

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 c6b6658159534472956bdf0859917a004cb46246
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 09:07:45 2023 -0400

    Format tweak
---
 src/main/java/org/apache/commons/net/smtp/SMTPCommand.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/smtp/SMTPCommand.java b/src/main/java/org/apache/commons/net/smtp/SMTPCommand.java
index c08f5cb8..4e31097f 100644
--- a/src/main/java/org/apache/commons/net/smtp/SMTPCommand.java
+++ b/src/main/java/org/apache/commons/net/smtp/SMTPCommand.java
@@ -22,7 +22,6 @@ package org.apache.commons.net.smtp;
  * constant names are transcriptions from the code descriptions of RFC 821. For those who think in terms of the actual SMTP commands, a set of constants such as
  * {@link #HELO HELO } are provided where the constant name is the same as the SMTP command.
  */
-
 public final class SMTPCommand {
 
     public static final int HELO = 0;