Merge "Sonar Issue Fix - PORTAL-486"
authorManoop Talasila <talasila@research.att.com>
Thu, 7 Feb 2019 21:32:40 +0000 (21:32 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 7 Feb 2019 21:32:40 +0000 (21:32 +0000)
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();
-    }
+    
 }