This block of commented-out lines of code should be removed
Sonar Link:
https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.portal.sdk%3Aepsdk-project&open=AV_om9wj-08if2a6uh0I&resolved=false
Location:
ecomp-sdk/ONAP Portal SDK Webapp/ Common/src/main/java/org/onap/portalapp/controller/sample/ElementModelController.java
Line No: L93
Change-Id: I8a65be83d724cdd1d468c2f04c154e4f61a3e924
Issue-ID: PORTAL-354
Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
return yamlString;
}
- /*
- public ModelAndView callflowAdditional(HttpServletRequest request, HttpServletResponse response) throws Exception {
- Map<String, Object> model = new HashMap<String, Object>();
- String callFlowName = request.getParameter("callFlowName");
- String callFlowStep = request.getParameter("callFlowStep");
-
- ElementLinkService main = new ElementLinkService();
- String yamlString = main.main2(new String[] { callFlowName, callFlowStep });
- model.put("output_string", yamlString);
- return new ModelAndView("data_out", "model", model);
- }
- */
}