Skip to content

Commit 923b5ce

Browse files
committed
Make SeekableByteArayChannelImpl public
1 parent a6c201f commit 923b5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/org/jruby/util/io/SeekableByteChannelImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Seekable byte channel impl over a byte array stream.
2525
* @author kares
2626
*/
27-
final class SeekableByteChannelImpl extends AbstractInterruptibleChannel
27+
public final class SeekableByteChannelImpl extends AbstractInterruptibleChannel
2828
implements ReadableByteChannel, SeekableByteChannel {
2929

3030
private final ByteArrayInputStream in;

0 commit comments

Comments
 (0)