X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=appc-outbound%2Fappc-network-inventory-client%2Fprovider%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Finstar%2Finterfaces%2FRestClientInterface.java;fp=appc-outbound%2Fappc-network-inventory-client%2Fprovider%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Finstar%2Finterfaces%2FRestClientInterface.java;h=37c8dbeb4b0ffd0c9895364b584c751c99b17118;hb=cccb65875f5716aaca9494d28233aaf6285312e2;hp=bf6c5b34dde618ef9d9f6ab155616d055e153c4b;hpb=312e9f071ef0a8b3482278e8909f66f4c986ba89;p=appc.git diff --git a/appc-outbound/appc-network-inventory-client/provider/src/main/java/org/onap/appc/instar/interfaces/RestClientInterface.java b/appc-outbound/appc-network-inventory-client/provider/src/main/java/org/onap/appc/instar/interfaces/RestClientInterface.java index bf6c5b34d..37c8dbeb4 100644 --- a/appc-outbound/appc-network-inventory-client/provider/src/main/java/org/onap/appc/instar/interfaces/RestClientInterface.java +++ b/appc-outbound/appc-network-inventory-client/provider/src/main/java/org/onap/appc/instar/interfaces/RestClientInterface.java @@ -26,7 +26,5 @@ package org.onap.appc.instar.interfaces; public interface RestClientInterface { - - public String sendRequest(String operation) throws Exception; - + public String sendRequest(String operation) throws Exception; }