mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-25 16:05:28 -04:00
Remove old Controller classes
This commit is contained in:
parent
33148a9a8a
commit
9ea6fb9b55
22 changed files with 268 additions and 514 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
package io.bitsquare.gui.main.orders.pending.uimock;
|
||||
|
||||
import io.bitsquare.gui.CachedViewController;
|
||||
import io.bitsquare.gui.CachedViewCB;
|
||||
import io.bitsquare.gui.components.processbar.ProcessStepBar;
|
||||
import io.bitsquare.gui.components.processbar.ProcessStepItem;
|
||||
|
||||
|
@ -32,7 +32,7 @@ import javax.inject.Inject;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
public class PendingTradesControllerUIMock extends CachedViewController {
|
||||
public class PendingTradesControllerUIMock extends CachedViewCB {
|
||||
private static final Logger log = LoggerFactory.getLogger(PendingTradesControllerUIMock.class);
|
||||
public ProcessStepBar processBar;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue