1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-25 19:35:53 +00:00

Fixed test compile

This commit is contained in:
Felix Ableitner 2016-11-17 23:38:58 +09:00
parent df47050c18
commit 936ab38a92

View file

@ -51,7 +51,7 @@ public class MockRestApi extends RestApi {
} }
@Override @Override
public void getConnections(OnResultListener1<Map<String, Connections>> listener) { public void getConnections(OnResultListener1<Connections> listener) {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }