Skip to content

Commit cb88c0f

Browse files
author
OlegDokuka
committed
logs
Signed-off-by: Oleh Dokuka <odokuka@vmware.com> Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com> Signed-off-by: OlegDokuka <odokuka@vmware.com>
1 parent de6b10c commit cb88c0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rsocket-core/src/main/java/io/rsocket/keepalive/KeepAliveSupport.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ long localLastReceivedPosition() {
184184
public static final class ClientKeepAliveSupport extends KeepAliveSupport {
185185

186186
public ClientKeepAliveSupport(
187-
DuplexConnection connection,
188-
ByteBufAllocator allocator,
189-
int keepAliveInterval,
190-
int keepAliveTimeout) {
187+
DuplexConnection connection,
188+
ByteBufAllocator allocator,
189+
int keepAliveInterval,
190+
int keepAliveTimeout) {
191191
this("", connection, allocator, keepAliveInterval, keepAliveTimeout);
192192
}
193193

0 commit comments

Comments
 (0)