Skip to content

Commit 0a7c49d

Browse files
committed
Javadoc
1 parent 5bd2b5a commit 0a7c49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/net/smtp/SMTPClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ public boolean reset() throws IOException {
263263
}
264264

265265
/**
266-
* Sends the SMTP DATA command in preparation to send an email message. This method returns a DotTerminatedMessageWriter instance to which the message can be
267-
* written. Null is returned if the DATA command fails.
266+
* Sends the SMTP DATA command in preparation to send an email message. This method returns a DotTerminatedMessageWriter instance to which the message can
267+
* be written. Null is returned if the DATA command fails.
268268
* <p>
269269
* You must not issue any commands to the SMTP server (i.e., call any (other methods) until you finish writing to the returned Writer instance and close it.
270270
* The SMTP protocol uses the same stream for issuing commands as it does for returning results. Therefore, the returned Writer actually writes directly to

0 commit comments

Comments
 (0)