diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-08-31 11:35:20 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-08-31 11:35:32 -0500 |
commit | 72026fb568523f794ab9289c8f443535969b6df6 (patch) | |
tree | 2d4c8a3cfd76053f073bceec6c3381333389fd91 /auth/auth-core | |
parent | 9f52db1c94a0e772825cfe985c21cf0b46850d76 (diff) |
Isolate JavaxMail
Issue-ID: AAF-419
Change-Id: Ic0d0a44d3078e998449fe69481281552c24083a6
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-core')
-rw-r--r-- | auth/auth-core/src/main/java/org/onap/aaf/auth/org/OrganizationFactory.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/auth-core/src/main/java/org/onap/aaf/auth/org/OrganizationFactory.java b/auth/auth-core/src/main/java/org/onap/aaf/auth/org/OrganizationFactory.java index f9507038..ffc79169 100644 --- a/auth/auth-core/src/main/java/org/onap/aaf/auth/org/OrganizationFactory.java +++ b/auth/auth-core/src/main/java/org/onap/aaf/auth/org/OrganizationFactory.java @@ -105,7 +105,6 @@ public class OrganizationFactory { org.addSupportedRealm(r); } } - } catch (ClassNotFoundException | NoSuchMethodException | SecurityException | InstantiationException | IllegalAccessException | IllegalArgumentException | InvocationTargetException e) { |