mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Found the bug, it was just a SQL syntax error.
This commit is contained in:
@@ -2,5 +2,5 @@ package net.sf.briar.api.protocol;
|
||||
|
||||
public interface GroupFactory {
|
||||
|
||||
Group createGroup(GroupId id, String name, byte[] salt, byte[] publicKey);
|
||||
Group createGroup(GroupId id, String name, boolean restricted, byte[] b);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user