mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Merge branch 'refs/heads/master' of ssh://akwizgran@briar.git.sourceforge.net/gitroot/briar/prototype
This commit is contained in:
@@ -18,7 +18,7 @@ public class BluetoothServerTest extends BluetoothTest {
|
||||
void run() throws Exception {
|
||||
ServerCallback callback = new ServerCallback();
|
||||
// Store the UUID
|
||||
callback.config.put("uuid", UUID);
|
||||
callback.local.put("uuid", UUID);
|
||||
// Create the plugin
|
||||
Executor e = Executors.newCachedThreadPool();
|
||||
BluetoothPlugin plugin = new BluetoothPlugin(e, callback, 0L);
|
||||
|
||||
Reference in New Issue
Block a user