This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/1.x by this push:
new 5123dcd3 Javadoc: The @deprecated tag should be last.
5123dcd3 is described below
commit 5123dcd390a4672a633aaf0263123da5c1de0ee4
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 18:35:37 2025 -0500
Javadoc: The @deprecated tag should be last.
---
src/main/java/org/apache/commons/mail/Email.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/mail/Email.java
b/src/main/java/org/apache/commons/mail/Email.java
index 60a7f2e3..a4f55e2c 100644
--- a/src/main/java/org/apache/commons/mail/Email.java
+++ b/src/main/java/org/apache/commons/mail/Email.java
@@ -1261,9 +1261,9 @@ public abstract class Email {
/**
* Tests whether the client is configured to try to enable STARTTLS. See
EMAIL-105 for reason of deprecation.
*
- * @deprecated Since 1.3, use {@link #isStartTLSEnabled()} instead.
* @return true if using STARTTLS for authentication, false otherwise.
* @since 1.1
+ * @deprecated Since 1.3, use {@link #isStartTLSEnabled()} instead.
*/
@Deprecated
public boolean isTLS() {