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
09283ecd82
commit
d4b8618cb5
@ -52,12 +52,12 @@ public final class TLSHandshakeEvent extends MirrorEvent {
|
||||
@Label("Cipher Suite")
|
||||
public String cipherSuite;
|
||||
|
||||
@Label("Named Group")
|
||||
public String namedGroup;
|
||||
|
||||
@Label("Certificate Id")
|
||||
@Description("Peer Certificate Id")
|
||||
@CertificateId
|
||||
@Unsigned
|
||||
public long certificateId;
|
||||
|
||||
@Label("Named Group")
|
||||
public String namedGroup;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user