1710 Rebase - Second Attempt
[so.git] / mso-api-handlers / mso-api-handler-common / src / main / java / org / openecomp / mso / apihandler / common / BPELRestClient.java
index 511b874..a5c1b6f 100644 (file)
@@ -92,4 +92,9 @@ public class BPELRestClient extends RequestClient {
                              String requestDetails) {
         return null;
     }
+    
+    @Override
+    public HttpResponse get() {
+        return null;
+    }
 }