mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-10 12:37:09 +00:00
Switch order of fields.
This commit is contained in:
parent
148305fb55
commit
09283ecd82
@ -34,6 +34,6 @@ public final class TLSHandshakeEvent extends Event {
|
||||
public int peerPort;
|
||||
public String protocolVersion;
|
||||
public String cipherSuite;
|
||||
public long certificateId;
|
||||
public String namedGroup;
|
||||
public long certificateId;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user