mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Fixed a typo.
This commit is contained in:
@@ -16,7 +16,7 @@ public interface InvitationManager {
|
|||||||
void putTask(int handle, InvitationTask task);
|
void putTask(int handle, InvitationTask task);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called by tasks to remove themselves from the managet when they finish.
|
* Called by tasks to remove themselves from the manager when they finish.
|
||||||
*/
|
*/
|
||||||
void removeTask(int handle);
|
void removeTask(int handle);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user