Skip to content

Commit 5123dcd

Browse files
committed
Javadoc: The @deprecated tag should be last.
1 parent c32a18f commit 5123dcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/mail/Email.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,9 +1261,9 @@ public boolean isStartTLSRequired() {
12611261
/**
12621262
* Tests whether the client is configured to try to enable STARTTLS. See EMAIL-105 for reason of deprecation.
12631263
*
1264-
* @deprecated Since 1.3, use {@link #isStartTLSEnabled()} instead.
12651264
* @return true if using STARTTLS for authentication, false otherwise.
12661265
* @since 1.1
1266+
* @deprecated Since 1.3, use {@link #isStartTLSEnabled()} instead.
12671267
*/
12681268
@Deprecated
12691269
public boolean isTLS() {

0 commit comments

Comments
 (0)