mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-10 23:50:10 -04:00
rename classes and executables from Bisq* to Haveno*
This commit is contained in:
parent
7c9c35b1b8
commit
1be8e53ee9
72 changed files with 235 additions and 234 deletions
|
@ -1,6 +1,6 @@
|
|||
package bisq.desktop;
|
||||
|
||||
import bisq.desktop.app.BisqAppModule;
|
||||
import bisq.desktop.app.HavenoAppModule;
|
||||
import bisq.desktop.common.view.CachingViewLoader;
|
||||
import bisq.desktop.common.view.ViewLoader;
|
||||
import bisq.desktop.common.view.guice.InjectorViewFactory;
|
||||
|
@ -77,7 +77,7 @@ public class GuiceSetupTest {
|
|||
Res.setup();
|
||||
CurrencyUtil.setup();
|
||||
|
||||
injector = Guice.createInjector(new BisqAppModule(new Config()));
|
||||
injector = Guice.createInjector(new HavenoAppModule(new Config()));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue