Fixed sonar issue/code-smells across this file
Issue-ID: CCSDK-752
Change-Id: I5f3bdb30d8d0c5bf074609d1e93e2566c3ccb098
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
\r
@GetMapping(path = "/search/{tags}", produces = MediaType.APPLICATION_JSON_VALUE)\r
public @ResponseBody\r
- List<ConfigModel> searchConfigModels(@PathVariable(value = "tags") String tags) throws BluePrintException {\r
+ List<ConfigModel> searchConfigModels(@PathVariable(value = "tags") String tags) {\r
return this.configModelService.searchConfigModels(tags);\r
}\r
\r