Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Dec 14, 2023
1 parent bd2dd8d commit 380d0da
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -670,11 +670,9 @@ public static URL redirectedURL(URL url, HttpURLConnection conn) {
* has been redirected
* @param url
* original url. Connecting to that url must give a 301, 302 or 303 response code
* @param conn
* connection to the url
* @return the redirected url
* @throws MalformedURLException
* @throws URISyntaxException
* @throws MalformedURLException if the url is invalid
* @throws URISyntaxException if the url is invalid
*/
public static URL redirectedURL(URL url) throws MalformedURLException, URISyntaxException {
int statusCode;
Expand Down

0 comments on commit 380d0da

Please sign in to comment.