From: James Forsyth Date: Mon, 8 Jan 2018 13:59:16 +0000 (+0000) Subject: Merge "Replace the type specification in constructor call" X-Git-Tag: v1.2.0~42 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6c70463a3347beaa54e034266019ea3c6733c8f0;p=aai%2Fresources.git Merge "Replace the type specification in constructor call" --- 6c70463a3347beaa54e034266019ea3c6733c8f0 diff --cc aai-resources/src/main/java/org/onap/aai/rest/tools/ModelVersionTransformer.java index 08b2461a,54d1d1bd..876b65d5 --- a/aai-resources/src/main/java/org/onap/aai/rest/tools/ModelVersionTransformer.java +++ b/aai-resources/src/main/java/org/onap/aai/rest/tools/ModelVersionTransformer.java @@@ -329,10 -329,10 +329,10 @@@ public class ModelVersionTransformer ex } - private Map getCurrentModelsFromGraph(HttpHeaders headers, String transactionId, UriInfo info) throws NoEdgeRuleFoundException, AAIException { + private Map getCurrentModelsFromGraph(HttpHeaders headers, String transactionId, UriInfo info) throws AAIException { TransactionalGraphEngine dbEngine = null; - Map modelVerModelMap = new HashMap() ; + Map modelVerModelMap = new HashMap<>() ; try { Version version = AAIProperties.LATEST;