mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
ReliabilityLayer doesn't need to expose a public WriteHandler interface.
This commit is contained in:
@@ -3,7 +3,7 @@ package net.sf.briar.api.reliability;
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
|
||||
public interface ReliabilityLayer extends ReadHandler, WriteHandler {
|
||||
public interface ReliabilityLayer extends ReadHandler {
|
||||
|
||||
void start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user