Fix typo
This commit is contained in:
parent
5e5038c839
commit
c1b9e9032f
@ -7,7 +7,7 @@ import lombok.NoArgsConstructor;
|
||||
public class CancelSendSignal extends Error
|
||||
{
|
||||
|
||||
public static final CancelSendSignal INSTANCE = CancelSendSignal.INSTANCE;
|
||||
public static final CancelSendSignal INSTANCE = new CancelSendSignal();
|
||||
|
||||
@Override
|
||||
public Throwable initCause(Throwable cause)
|
||||
|
Loading…
Reference in New Issue
Block a user