From: Swapnali Pode Date: Thu, 1 Feb 2018 06:07:59 +0000 (+0530) Subject: Sonar Major X-Git-Tag: v1.2.0~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Frouter-core.git;a=commitdiff_plain;h=d5b197fa4b9d1cbf3cf6c02499f422ef18d40809 Sonar Major Remove this useless assignment to local variable result RestClientProducer.java:L90 Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.aai.router-core%3Arouter-core#severities=MAJOR|resolved=false Location: src/main/java/org/onap/aai/rest/RestClientProducer.java Change-Id: I53c3e36ea43736e8752a23be3211fc1c49e0537a Issue-ID: AAI-720 Signed-off-by: Swapnali Pode --- diff --git a/src/main/java/org/onap/aai/rest/RestClientProducer.java b/src/main/java/org/onap/aai/rest/RestClientProducer.java index 579315d..c4cfce8 100644 --- a/src/main/java/org/onap/aai/rest/RestClientProducer.java +++ b/src/main/java/org/onap/aai/rest/RestClientProducer.java @@ -87,7 +87,7 @@ public class RestClientProducer extends DefaultProducer { } // Now, invoke the REST client to perform the operation. - OperationResult result = null; + OperationResult result; switch (getOperation(exchange)) { case GET: