| Chunk |
|---|
| Conflicting content |
|---|
Preconditions.checkState(!executorService.isShutdown(), "already started");
client.getConnectionStateListenable().addListener(connectionStateListener);
<<<<<<< HEAD
executorService.submit
(
new Callable |
| Solution content |
|---|
Preconditions.checkState(!executorService.isShutdown(), "already started");
client.getConnectionStateListenable().addListener(connectionStateListener);
executorService.submit
(
new Callable |
| File |
|---|
| PathChildrenCache.java |
| Developer's decision |
|---|
| Combination |
| Kind of conflict |
|---|
| Attribute |
| Method invocation |