Skip to content

Commit fb042bc

Browse files
author
Simon MacMullen
committed
Fix comment
1 parent 54ad2fc commit fb042bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/rabbitmq/client/RpcClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
import com.rabbitmq.utility.BlockingCell;
3737

3838
/**
39-
* Convenience class which manages a temporary reply queue for simple RPC-style communication.
39+
* Convenience class which manages simple RPC-style communication.
4040
* The class is agnostic about the format of RPC arguments / return values.
4141
* It simply provides a mechanism for sending a message to an exchange with a given routing key,
42-
* and waiting for a response on a reply queue.
42+
* and waiting for a response.
4343
*/
4444
public class RpcClient {
4545
/** Channel we are communicating on */

0 commit comments

Comments
 (0)