We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b09e78 commit 9336137Copy full SHA for 9336137
client/src/main/java/io/split/client/events/EventsSender.java
@@ -12,7 +12,7 @@
12
import java.net.URISyntaxException;
13
import java.util.List;
14
15
-import static com.google.gson.internal.GsonPreconditions.checkNotNull;
+import static com.google.common.base.Preconditions.checkNotNull;
16
17
public class EventsSender {
18
client/src/main/java/io/split/client/events/InMemoryEventsStorage.java
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingQueue;
public class InMemoryEventsStorage implements EventsStorage{
0 commit comments