mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Remove empty methods
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
d12b6608c7
commit
9b23edc2a9
3 changed files with 0 additions and 11 deletions
|
@ -429,10 +429,6 @@ public class MainView extends InitializableView<StackPane, MainViewModel>
|
|||
// DaoStateMonitoringService.Listener
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@Override
|
||||
public void onDaoStateHashesChanged() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCheckpointFailed() {
|
||||
new Popup().attention(Res.get("dao.monitor.daoState.checkpoint.popup"))
|
||||
|
|
|
@ -125,9 +125,6 @@ public class DaoStateMonitorView extends StateMonitorView<DaoStateHash, DaoState
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCheckpointFailed() {
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Implementation abstract methods
|
||||
|
|
|
@ -48,10 +48,6 @@ public class StatisticsMain extends ExecutableForAppWithP2p {
|
|||
keepRunning();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void addCapabilities() {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void launchApplication() {
|
||||
UserThread.execute(() -> {
|
||||
|
|
Loading…
Add table
Reference in a new issue