Skip to content

Commit 70ea879

Browse files
committed
Fix missing import
[#154263515] References #341
1 parent 6cfbf9e commit 70ea879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import com.rabbitmq.client.impl.CredentialsProvider;
2323
import com.rabbitmq.client.impl.DefaultCredentialsProvider;
2424
import com.rabbitmq.client.impl.DefaultExceptionHandler;
25+
import com.rabbitmq.client.impl.ErrorOnWriteListener;
2526
import com.rabbitmq.client.impl.FrameHandler;
2627
import com.rabbitmq.client.impl.FrameHandlerFactory;
2728
import com.rabbitmq.client.impl.SocketFrameHandlerFactory;
@@ -1322,7 +1323,7 @@ public boolean isChannelShouldCheckRpcResponseType() {
13221323

13231324
/**
13241325
* Timeout (in ms) for work pool enqueueing.
1325-
* The {@link WorkPool} dispatches several types of responses
1326+
* The {@link com.rabbitmq.client.impl.WorkPool} dispatches several types of responses
13261327
* from the broker (e.g. deliveries). A high-traffic
13271328
* client with slow consumers can exhaust the work pool and
13281329
* compromise the whole connection (by e.g. letting the broker

0 commit comments

Comments
 (0)