Przeglądaj źródła

Merge pull request #417 from csmith/master

Support for core changes.
pull/421/head
Greg Holmes 9 lat temu
rodzic
commit
b29cf180b2

+ 2
- 3
channelwho/src/com/dmdirc/addons/channelwho/ChannelWhoModule.java Wyświetl plik

@@ -23,7 +23,6 @@
23 23
 package com.dmdirc.addons.channelwho;
24 24
 
25 25
 import com.dmdirc.ClientModule;
26
-import com.dmdirc.DMDircMBassador;
27 26
 import com.dmdirc.plugins.PluginDomain;
28 27
 import com.dmdirc.util.LoggingScheduledExecutorService;
29 28
 
@@ -53,7 +52,7 @@ public class ChannelWhoModule {
53 52
 
54 53
     @Provides
55 54
     @Named("channelwho")
56
-    public ScheduledExecutorService getExecutorService(final DMDircMBassador eventBus) {
57
-        return new LoggingScheduledExecutorService(1, eventBus, "channelwho");
55
+    public ScheduledExecutorService getExecutorService() {
56
+        return new LoggingScheduledExecutorService(1, "channelwho");
58 57
     }
59 58
 }

Ładowanie…
Anuluj
Zapisz