Nit: specify long number literal
This commit is contained in:
parent
b7dd458962
commit
64bdba0761
1 changed files with 3 additions and 3 deletions
|
|
@ -79,7 +79,7 @@ public class ShardConsumerSubscriberTest {
|
||||||
|
|
||||||
private static final String TERMINAL_MARKER = "Terminal";
|
private static final String TERMINAL_MARKER = "Terminal";
|
||||||
|
|
||||||
private static final long DEFAULT_NOTIFIER_TIMEOUT = 5000;
|
private static final long DEFAULT_NOTIFIER_TIMEOUT = 5000L;
|
||||||
|
|
||||||
private final RequestDetails lastSuccessfulRequestDetails = new RequestDetails();
|
private final RequestDetails lastSuccessfulRequestDetails = new RequestDetails();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue