mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Fixed a test that was broken by my code cleanup.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package org.briarproject.android.forum;
|
||||
|
||||
import org.briarproject.android.controller.handler.ResultHandler;
|
||||
import org.briarproject.android.controller.handler.UiResultHandler;
|
||||
import org.briarproject.api.UniqueId;
|
||||
import org.briarproject.api.forum.Forum;
|
||||
import org.briarproject.api.identity.AuthorId;
|
||||
@@ -137,7 +136,7 @@ public class ForumTestControllerImpl implements ForumController {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void unsubscribe(UiResultHandler<Boolean> resultHandler) {
|
||||
public void unsubscribe(ResultHandler<Boolean> resultHandler) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user