diff options
author | Manoop Talasila <talasila@research.att.com> | 2019-07-09 15:16:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-09 15:16:19 +0000 |
commit | 707952b0d04897f4ac944484a42c87ddab74124e (patch) | |
tree | e40308801d879c13427abd8fc83933c8acc65134 /ecomp-sdk/epsdk-app-common/src | |
parent | 992fffffb3ef620466160c989c874dc8f5227536 (diff) | |
parent | efd5e3d3c3cf6e5b63daf299e5a14a573ab6c052 (diff) |
Merge "Fix sonar issue in ReportDashboardController"
Diffstat (limited to 'ecomp-sdk/epsdk-app-common/src')
-rw-r--r-- | ecomp-sdk/epsdk-app-common/src/main/java/org/onap/portalapp/controller/sample/ReportDashboardController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-common/src/main/java/org/onap/portalapp/controller/sample/ReportDashboardController.java b/ecomp-sdk/epsdk-app-common/src/main/java/org/onap/portalapp/controller/sample/ReportDashboardController.java index e2a694b6..50e6d096 100644 --- a/ecomp-sdk/epsdk-app-common/src/main/java/org/onap/portalapp/controller/sample/ReportDashboardController.java +++ b/ecomp-sdk/epsdk-app-common/src/main/java/org/onap/portalapp/controller/sample/ReportDashboardController.java @@ -55,7 +55,7 @@ import org.springframework.web.servlet.ModelAndView; @Controller @RequestMapping("/") -public class ReportDashboardController extends RestrictedBaseController { +public class ReportDashboardController extends RestrictedBaseController { @RequestMapping(value = {"/report_dashboard" }, method = RequestMethod.GET) public ModelAndView adminView(HttpServletRequest request) { Map<String, Object> model = new HashMap<>(); |