minor javadoc correction

This commit is contained in:
Mark Fisher
2011-08-22 17:47:14 -04:00
parent 93dae78c27
commit 74863018cc

View File

@@ -96,7 +96,7 @@ public interface AmqpTemplate {
void convertAndSend(Object message, MessagePostProcessor messagePostProcessor) throws AmqpException;
/**
* Convert a Java object to an Amqp {@link Message} and send it to a specific exchange with a default routing key.
* Convert a Java object to an Amqp {@link Message} and send it to a default exchange with a specific routing key.
*
* @param routingKey the routing key
* @param message a message to send