mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +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
|
@ -41,7 +41,15 @@ public class URISyntaxException
|
|||
@java.io.Serial
|
||||
private static final long serialVersionUID = 2137979680897488891L;
|
||||
|
||||
/**
|
||||
* The input string.
|
||||
*/
|
||||
private String input;
|
||||
|
||||
/**
|
||||
* The index at which the parse error occurred,
|
||||
* or {@code -1} if the index is not known.
|
||||
*/
|
||||
private int index;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue