mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8314877: Make fields final in 'java.net' package
Reviewed-by: jpai
This commit is contained in:
parent
86115c2a2e
commit
283c360392
10 changed files with 23 additions and 27 deletions
|
@ -53,7 +53,7 @@ import java.util.Set;
|
|||
private final String server;
|
||||
private final Socket socket;
|
||||
private InetSocketAddress external_address;
|
||||
private HashMap<Integer, Object> optionsMap = new HashMap<>();
|
||||
private final HashMap<Integer, Object> optionsMap = new HashMap<>();
|
||||
|
||||
static {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue