Remove inconsistent spaces
This commit is contained in:
committed by
Juergen Hoeller
parent
8f21cb1a7c
commit
fb898e1727
@@ -89,7 +89,7 @@ public abstract class AbstractSockJsService implements SockJsService, CorsConfig
|
||||
|
||||
private long heartbeatTime = TimeUnit.SECONDS.toMillis(25);
|
||||
|
||||
private long disconnectDelay = TimeUnit.SECONDS.toMillis(5 );
|
||||
private long disconnectDelay = TimeUnit.SECONDS.toMillis(5);
|
||||
|
||||
private int httpMessageCacheSize = 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user