Removed unnecessary instance variable from HandshakeRejectionEvent

This commit is contained in:
2020-02-12 06:26:33 +01:00
parent 838edbf9a4
commit ba098d3545
2 changed files with 100 additions and 2 deletions

View File

@ -44,8 +44,6 @@ public class HandshakeRejectionEvent extends Event<String> {
*/
public static final String UNKNOWN_REASON = "cause of failure is unknown";
private final String reason;
private static final long serialVersionUID = -8723270093452609197L;
/**