Skip to content

Commit

Permalink
LPD-35246 Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Sep 6, 2024
1 parent a6bdcb8 commit 76299da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ private String _getContent(HttpURLConnection httpURLConnection)
return sb.toString();
}

private HttpURLConnection _openHttpURLConnection(String spec)
private HttpURLConnection _openHttpURLConnection(String urlString)
throws IOException {

URL url = new URL(spec);
URL url = new URL(urlString);

HttpURLConnection httpURLConnection =
(HttpURLConnection)url.openConnection();
Expand Down

0 comments on commit 76299da

Please sign in to comment.