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 cdeb531 commit e92a412Copy full SHA for e92a412
src/com/rabbitmq/client/impl/HeartbeatSender.java
@@ -26,7 +26,7 @@
26
import java.util.concurrent.ScheduledFuture;
27
import java.io.IOException;
28
29
-import static java.util.concurrent.TimeUnit.*;
+import static java.util.concurrent.TimeUnit.SECONDS;
30
31
/**
32
* Manages heartbeat sending for a {@link AMQConnection}.
0 commit comments