Replace usages of Guava EventBus with custom one

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-10-31 09:12:01 +01:00
committed by Adam
parent c503aacd73
commit 0281237b99
22 changed files with 26 additions and 36 deletions

View File

@@ -24,7 +24,6 @@
*/
package net.runelite.client.config;
import com.google.common.eventbus.EventBus;
import com.google.inject.Guice;
import com.google.inject.testing.fieldbinder.Bind;
import com.google.inject.testing.fieldbinder.BoundFieldModule;
@@ -33,6 +32,7 @@ import java.time.Instant;
import java.util.UUID;
import java.util.concurrent.ScheduledExecutorService;
import javax.inject.Inject;
import net.runelite.api.events.EventBus;
import net.runelite.client.account.AccountSession;
import org.junit.Assert;
import org.junit.Before;