Skip to content

Commit

Permalink
Merge pull request #417 from csmith/master
Browse files Browse the repository at this point in the history
Support for core changes.
  • Loading branch information
greboid committed Feb 1, 2015
2 parents 013ee81 + 6434b2a commit b29cf18
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
package com.dmdirc.addons.channelwho;

import com.dmdirc.ClientModule;
import com.dmdirc.DMDircMBassador;
import com.dmdirc.plugins.PluginDomain;
import com.dmdirc.util.LoggingScheduledExecutorService;

Expand Down Expand Up @@ -53,7 +52,7 @@ public String getSettingsDomain() {

@Provides
@Named("channelwho")
public ScheduledExecutorService getExecutorService(final DMDircMBassador eventBus) {
return new LoggingScheduledExecutorService(1, eventBus, "channelwho");
public ScheduledExecutorService getExecutorService() {
return new LoggingScheduledExecutorService(1, "channelwho");
}
}

0 comments on commit b29cf18

Please sign in to comment.