Skip to content

Commit 3d8bd16

Browse files
committed
Clarify comments
References #106
1 parent 189227c commit 3d8bd16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/rabbitmq/perf/Producer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ public void handlePublish(AgentState currentState) {
369369
throw new RuntimeException (e);
370370
}
371371
} else {
372-
// the connection is recovering, waiting a bit
373-
// the duration is arbitrary: don't want to empty loop
372+
// The connection is recovering, waiting a bit.
373+
// The duration is arbitrary: don't want to empty loop
374374
// too much and don't want to catch too late with recovery
375375
try {
376376
LOGGER.debug("Recovery in progress, sleeping for a sec");

0 commit comments

Comments
 (0)