Skip to content

Commit 16d34ab

Browse files
Compile
1 parent 91bbc99 commit 16d34ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/RpcClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public RpcClient(Channel channel, String exchange, String routingKey) throws IOE
138138
* @throws IOException if an error is encountered
139139
*/
140140
public RpcClient(Channel channel, String exchange, String routingKey, int timeout) throws IOException {
141-
this(channel, exchange, routingKey, "amq.rabbitmq.reply-to", timeout)
141+
this(channel, exchange, routingKey, "amq.rabbitmq.reply-to", timeout);
142142
}
143143

144144

0 commit comments

Comments
 (0)