mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
MessageFactory never throws IOException.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
package org.briarproject.api.sync;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public interface MessageFactory {
|
||||
|
||||
Message createMessage(GroupId groupId, long timestamp, byte[] body)
|
||||
throws IOException;
|
||||
Message createMessage(GroupId groupId, long timestamp, byte[] body);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user