diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/org/onap/aai/rest/RestClientProducer.java | 2 |
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: |