Skip to content

Commit 00c2f49

Browse files
committed
Merge branch 'support_for_tarantool_clusters_(benchmarks)' of github.com:ponomarevDmitri/tarantool-java into support_for_tarantool_clusters_(benchmarks)
2 parents 6e63dfa + b73b421 commit 00c2f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/tarantool/server/ReadableViaSelectorChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import java.nio.channels.SocketChannel;
1111
import java.nio.channels.spi.SelectorProvider;
1212

13-
class ReadableViaSelectorChannel implements ReadableByteChannel {
13+
public class ReadableViaSelectorChannel implements ReadableByteChannel {
1414
private final SocketChannel channel;
1515
private final Selector selector;
1616

0 commit comments

Comments
 (0)