Remove raw messages from SyncRecordWriter interface.

This commit is contained in:
akwizgran
2018-08-24 16:49:39 +01:00
parent 48933637d8
commit cb3026959a
6 changed files with 9 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ public interface SyncRecordWriter {
void writeAck(Ack a) throws IOException;
void writeMessage(byte[] raw) throws IOException;
void writeMessage(Message m) throws IOException;
void writeOffer(Offer o) throws IOException;