mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8253100: Fix "no comment" warnings in java.base/java.net
Reviewed-by: ryadav, chegar, naoto, alanb
This commit is contained in:
parent
d185a6c53e
commit
5f4bc0aca6
10 changed files with 135 additions and 34 deletions
|
@ -39,7 +39,14 @@ public class HttpRetryException extends IOException {
|
|||
@java.io.Serial
|
||||
private static final long serialVersionUID = -9186022286469111381L;
|
||||
|
||||
/**
|
||||
* The response code.
|
||||
*/
|
||||
private int responseCode;
|
||||
|
||||
/**
|
||||
* The URL to be redirected to.
|
||||
*/
|
||||
private String location;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue