Remove the declaration of thrown exception
Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.resources%3Aresources#statuses=OPEN|assignees=aishkashyap
Location:
src/main/java/org/onap/aai/rest/tools/ModelVersionTransformer.java
Line No:332
Issue-ID: AAI-577
Change-Id: I4947d8023c076a321513c5f43c6bd35ab3088930
Signed-off-by: aishkashyap <as00476394@techmahindra.com>
}
- private Map<String, String> getCurrentModelsFromGraph(HttpHeaders headers, String transactionId, UriInfo info) throws NoEdgeRuleFoundException, AAIException {
+ private Map<String, String> getCurrentModelsFromGraph(HttpHeaders headers, String transactionId, UriInfo info) throws AAIException {
TransactionalGraphEngine dbEngine = null;
Map<String, String> modelVerModelMap = new HashMap<String,String>() ;