Sonar Issue Fix - PORTAL-486 18/74118/2
authorDriptaroop Das <driptaroop.das@in.ibm.com>
Mon, 3 Dec 2018 07:57:45 +0000 (13:27 +0530)
committerDriptaroop Das <driptaroop.das@in.ibm.com>
Wed, 5 Dec 2018 07:52:16 +0000 (13:22 +0530)
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>
ecomp-portal-BE-os/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java

index 10f8ec0..874f0bd 100644 (file)
@@ -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();
-    }
+    
 }