QuackatronHQ / Gigarepo

Undocumented method found JAVA-D1001
Documentation
Minor
1 occurrence in this check
30    params = params;
31  }
32
33  public void setApiRequestData(URL url, Map<String, String> params) {34    url = url;35    params = params;36  }37
38  /**
39   * Performs a network request and returns the data sent in the response.