summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE-os/src/main/java
diff options
context:
space:
mode:
authorDriptaroop Das <driptaroop.das@in.ibm.com>2018-12-03 13:27:45 +0530
committerDriptaroop Das <driptaroop.das@in.ibm.com>2018-12-05 13:22:16 +0530
commit116313f249fce8a246ed5de1e5e39b06ec350d03 (patch)
tree40759805a08cd1914b9a018201cb332f2ebd21c5 /ecomp-portal-BE-os/src/main/java
parent2115ee55bdbcc81e80f6ffb5777113600de37208 (diff)
Sonar Issue Fix - PORTAL-486
Remove this method to simply inherit it.(ExternalAppInitializer.java) Issue-ID: PORTAL-486 Change-Id: Ifce3ea6ab7dc58e199f4a93dd75c427eebae9f6c Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
Diffstat (limited to 'ecomp-portal-BE-os/src/main/java')
-rw-r--r--ecomp-portal-BE-os/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java12
1 files changed, 3 insertions, 9 deletions
diff --git a/ecomp-portal-BE-os/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java b/ecomp-portal-BE-os/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java
index 10f8ec03..874f0bd7 100644
--- a/ecomp-portal-BE-os/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java
+++ b/ecomp-portal-BE-os/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java
@@ -3,6 +3,8 @@
* ONAP Portal
* ===================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ *
+ * Modifications Copyright © 2018 IBM.
* ===================================================================
*
* Unless otherwise specified, all software contained herein is licensed
@@ -60,15 +62,7 @@ public class ExternalAppInitializer extends AppInitializer{
a[a.length - 1] = e;
return a;
}
-
- /*
- * URL request will direct to the Spring dispatcher for processing
- */
- @Override
- protected String[] getServletMappings() {
- return super.getServletMappings();
- }
-
+
}