mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-06-11 16:45:35 +02:00
Add task factory.
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import org.briarproject.bramble.api.nullsafety.NotNullByDefault;
|
||||
import java.io.File;
|
||||
|
||||
@NotNullByDefault
|
||||
public interface RemovableDriveTask {
|
||||
public interface RemovableDriveTask extends Runnable {
|
||||
|
||||
/**
|
||||
* Returns the file that this task is reading from or writing to.
|
||||
|
||||
Reference in New Issue
Block a user