From b33db4b12f5c0e1982a9b5dd52f071090714197a Mon Sep 17 00:00:00 2001 From: jmehrens Date: Mon, 22 Jan 2024 01:28:54 -0600 Subject: [PATCH] MailHandler LogManger support for mail entries #119 Signed-off-by: jmehrens --- .../java/org/eclipse/angus/mail/util/logging/MailHandler.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/mailhandler/src/main/java/org/eclipse/angus/mail/util/logging/MailHandler.java b/mailhandler/src/main/java/org/eclipse/angus/mail/util/logging/MailHandler.java index 666ce5c..5ad37b2 100644 --- a/mailhandler/src/main/java/org/eclipse/angus/mail/util/logging/MailHandler.java +++ b/mailhandler/src/main/java/org/eclipse/angus/mail/util/logging/MailHandler.java @@ -2825,9 +2825,6 @@ private void initLevel(final String nameOrNumber) { * or, the literal null are all treated as empty properties and will simply * clear all existing mail properties assigned to this handler. * @return the parsed properties or null if entries was null. - * @throws SecurityException if a security manager exists and the caller - * does not have LoggingPermission("control"). - * @throws IllegalStateException if called from inside a push. * @since Angus Mail 2.0.3 * @see #setMailEntries(java.lang.String) */