1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 04:41:16 +00:00

Fixed test

This commit is contained in:
Felix Ableitner 2017-03-21 13:38:43 +09:00
parent 8463c19416
commit d5c70f695c

View file

@ -18,11 +18,6 @@ public class MockSyncthingService extends SyncthingService {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
@Override
public void updateState() {
throw new UnsupportedOperationException();
}
@Override @Override
public void onCreate() { public void onCreate() {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();