Skip to content

Commit af08458

Browse files
committed
cosmetic
1 parent 1b56506 commit af08458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/examples/MulticastMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public static void main(String[] args) {
132132
flags, producerTxSize,
133133
1000L * samplingInterval,
134134
rateLimit, minMsgSize, timeLimit);
135-
channel.setReturnListener(p);
135+
channel.setReturnListener(p);
136136
Thread t = new Thread(p);
137137
producerThreads[i] = t;
138138
t.start();

0 commit comments

Comments
 (0)