mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 06:39:54 +01:00
Formatting.
This commit is contained in:
@@ -348,8 +348,8 @@ public class RemovableDrivePluginTest extends TestCase {
|
|||||||
oneOf(monitor).start(with(any(Callback.class)));
|
oneOf(monitor).start(with(any(Callback.class)));
|
||||||
}});
|
}});
|
||||||
|
|
||||||
RemovableDrivePlugin plugin = new RemovableDrivePlugin(new ImmediateExecutor(),
|
RemovableDrivePlugin plugin = new RemovableDrivePlugin(
|
||||||
finder, monitor);
|
new ImmediateExecutor(), finder, monitor);
|
||||||
plugin.start(null, null, null, callback);
|
plugin.start(null, null, null, callback);
|
||||||
|
|
||||||
File f = new File(testDir, "abcdefgh.dat");
|
File f = new File(testDir, "abcdefgh.dat");
|
||||||
@@ -378,8 +378,8 @@ public class RemovableDrivePluginTest extends TestCase {
|
|||||||
oneOf(callback).readerCreated(with(any(FileTransportReader.class)));
|
oneOf(callback).readerCreated(with(any(FileTransportReader.class)));
|
||||||
}});
|
}});
|
||||||
|
|
||||||
RemovableDrivePlugin plugin = new RemovableDrivePlugin(new ImmediateExecutor(),
|
RemovableDrivePlugin plugin = new RemovableDrivePlugin(
|
||||||
finder, monitor);
|
new ImmediateExecutor(), finder, monitor);
|
||||||
plugin.start(null, null, null, callback);
|
plugin.start(null, null, null, callback);
|
||||||
|
|
||||||
File f = new File(testDir, "abcdefgh.dat");
|
File f = new File(testDir, "abcdefgh.dat");
|
||||||
|
|||||||
Reference in New Issue
Block a user