mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Add task factory.
This commit is contained in:
@@ -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