瀏覽代碼

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 年之前
父節點
當前提交
06271e5110
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      ui_swing/src/com/dmdirc/addons/ui_swing/injection/SwingModule.java

+ 1
- 2
ui_swing/src/com/dmdirc/addons/ui_swing/injection/SwingModule.java 查看文件

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

Loading…
取消
儲存