Dynamic Cloud Owner Support
[so.git] / bpmn / MSORESTClient / src / main / java / org / onap / so / rest / RESTClient.java
index fc6266d..c9dd630 100644 (file)
@@ -350,15 +350,6 @@ public class RESTClient {
         return this;
     }
 
-    /**
-     * Alias for httpGet().
-     *
-     * @see RESTClient#httpGet()
-     */
-    public APIResponse get() throws RESTException {
-        return httpGet();
-    }
-
     /**
      * Sends an http GET request using the parameters and headers previously
      * set.