summaryrefslogtreecommitdiffstats
path: root/auth/auth-core
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-08-31 11:35:20 -0500
committerInstrumental <jonathan.gathman@att.com>2018-08-31 11:35:32 -0500
commit72026fb568523f794ab9289c8f443535969b6df6 (patch)
tree2d4c8a3cfd76053f073bceec6c3381333389fd91 /auth/auth-core
parent9f52db1c94a0e772825cfe985c21cf0b46850d76 (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.java1
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) {