mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-28 00:27:23 -04:00
Rename io.bitsquare.{Abstract=>}BitsquareModule
This commit is contained in:
parent
1546285b8b
commit
ca070941dc
9 changed files with 21 additions and 21 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
package io.bitsquare.app;
|
||||
|
||||
import io.bitsquare.AbstractBitsquareModule;
|
||||
import io.bitsquare.BitsquareModule;
|
||||
import io.bitsquare.btc.BitcoinModule;
|
||||
import io.bitsquare.crypto.CryptoModule;
|
||||
import io.bitsquare.msg.MessageModule;
|
||||
|
@ -45,7 +45,7 @@ import scala.concurrent.duration.Duration;
|
|||
/**
|
||||
* Configures all non-UI modules necessary to run a Bitsquare application.
|
||||
*/
|
||||
public class AppModule extends AbstractBitsquareModule {
|
||||
public class AppModule extends BitsquareModule {
|
||||
private static final Logger log = LoggerFactory.getLogger(AppModule.class);
|
||||
|
||||
private final String appName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue