aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/aai/rest/RestClientProducer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/onap/aai/rest/RestClientProducer.java')
-rw-r--r--src/main/java/org/onap/aai/rest/RestClientProducer.java2
1 files changed, 1 insertions, 1 deletions
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: