mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-10 20:15:54 +00:00
Fixed test compile
This commit is contained in:
parent
df47050c18
commit
936ab38a92
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class MockRestApi extends RestApi {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void getConnections(OnResultListener1<Map<String, Connections>> listener) {
|
||||
public void getConnections(OnResultListener1<Connections> listener) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue