[#1373] Make SslHandshakeCompletionEvent constructor public
This commit is contained in:
parent
699ef0784e
commit
2a7bea2ad3
@ -24,7 +24,7 @@ public final class SslHandshakeCompletionEvent {
|
|||||||
|
|
||||||
private final Throwable cause;
|
private final Throwable cause;
|
||||||
|
|
||||||
SslHandshakeCompletionEvent(Throwable cause) {
|
public SslHandshakeCompletionEvent(Throwable cause) {
|
||||||
this.cause = cause;
|
this.cause = cause;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user