Merge "PORTAL-496 - EPFusionBaseController.java"
authorManoop Talasila <talasila@research.att.com>
Thu, 7 Feb 2019 21:28:32 +0000 (21:28 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 7 Feb 2019 21:28:32 +0000 (21:28 +0000)
ecomp-portal-BE-common/src/main/java/org/onap/portalapp/controller/sessionmgt/SessionCommunicationController.java

index 4690328..d36cf6c 100644 (file)
@@ -3,6 +3,8 @@
  * ONAP Portal
  * ===================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ *
+ * Modifications Copyright (C) 2019 IBM.
  * ===================================================================
  *
  * Unless otherwise specified, all software contained herein is licensed
@@ -81,7 +83,7 @@ public class SessionCommunicationController  extends EPRestrictedRESTfulBaseCont
        @ApiOperation(value = "Extends session timeout values for all on-boarded applications.",
     response = Boolean.class)
        @RequestMapping(value={"/extendSessionTimeOuts"}, method = RequestMethod.POST)
-       public Boolean extendSessionTimeOuts(HttpServletRequest request, HttpServletResponse response, @RequestParam String sessionMap) throws Exception {
+       public Boolean extendSessionTimeOuts(HttpServletRequest request, HttpServletResponse response, @RequestParam String sessionMap) {
                manageService.extendSessionTimeOuts(sessionMap);
                
                return true;