Browse Source

Fix compilation error.

I think I now live in dependency hell. It is not a nice place.

Change-Id: Iee0d759f6307e95f397f58064c0b3d4e2694e191
Reviewed-on: http://gerrit.dmdirc.com/4009
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
changes/09/4009/3
Chris Smith 9 years ago
parent
commit
06271e5110

+ 1
- 2
ui_swing/src/com/dmdirc/addons/ui_swing/injection/SwingModule.java View File

76
 
76
 
77
 import dagger.Module;
77
 import dagger.Module;
78
 import dagger.Provides;
78
 import dagger.Provides;
79
-import net.engio.mbassy.bus.config.BusConfiguration;
80
 
79
 
81
 /**
80
 /**
82
  * Dagger module that provides Swing-specific dependencies.
81
  * Dagger module that provides Swing-specific dependencies.
108
     @Singleton
107
     @Singleton
109
     @SwingEventBus
108
     @SwingEventBus
110
     public DMDircMBassador getSwingEventBus() {
109
     public DMDircMBassador getSwingEventBus() {
111
-        return new DMDircMBassador(BusConfiguration.Default());
110
+        return new DMDircMBassador();
112
     }
111
     }
113
 
112
 
114
     @Provides
113
     @Provides

Loading…
Cancel
Save