Sonar code Smell 50/103650/1
authorArindam Mondal <arind.mondal@samsung.com>
Fri, 13 Mar 2020 02:30:25 +0000 (11:30 +0900)
committer몬달아린담/Network Automation그룹(네트워크)/Staff Engineer/삼성전자 <arind.mondal@samsung.com>
Fri, 13 Mar 2020 02:30:56 +0000 (11:30 +0900)
commit11084b1ee5fe03ac32a10831626790340b2de26f
tree342bfab10dafa020c4c9562321f3602a6b56ca55
parentdf08300140df048f71a2665ccac4e34a6d4f891d
Sonar code Smell

Issue-ID: USECASEUI-407

Spring framework 4.3 introduced variants of the @RequestMapping
annotation to better represent the semantics of the annotated methods.
The use of @GetMapping, @PostMapping, @PutMapping, @PatchMapping and
@DeleteMapping should be preferred to the use of the raw
@RequestMapping(method = RequestMethod.XYZ).

Change-Id: Ic86eaf183919976d60bd0e581be2c8b13da20baf
Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
server/src/main/java/org/onap/usecaseui/server/controller/csmf/SlicingController.java
server/src/main/java/org/onap/usecaseui/server/controller/lcm/ServiceTemplateController.java
server/src/main/java/org/onap/usecaseui/server/service/customer/CcvpnCustomerService.java