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 10932e92a88dd8f5a6f55edcea6c921b774da373
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Sep 12 08:19:21 2023 -0400

    Fix Javadoc warnings
---
 src/main/java/org/apache/commons/net/smtp/SMTP.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/smtp/SMTP.java 
b/src/main/java/org/apache/commons/net/smtp/SMTP.java
index 72c8b23e..a242c736 100644
--- a/src/main/java/org/apache/commons/net/smtp/SMTP.java
+++ b/src/main/java/org/apache/commons/net/smtp/SMTP.java
@@ -274,7 +274,6 @@ public class SMTP extends SocketClient {
     /**
      * Returns the lines of text from the last SMTP server response as an 
array of strings, one entry per line. The end of line markers of each are 
stripped
      * from each line.
-     * <p>
      *
      * @return The lines of text from the last SMTP response as an array.
      */

Reply via email to