@@ -369,9 +369,9 @@ Exchange.DeclareOk exchangeDeclare(String exchange,
369369 * Bind an exchange to an exchange, with no extra arguments.
370370 * @see com.rabbitmq.client.AMQP.Exchange.Bind
371371 * @see com.rabbitmq.client.AMQP.Exchange.BindOk
372- * @param destination: the name of the exchange to which messages flow across the binding
373- * @param source: the name of the exchange from which messages flow across the binding
374- * @param routingKey: the routine key to use for the binding
372+ * @param destination the name of the exchange to which messages flow across the binding
373+ * @param source the name of the exchange from which messages flow across the binding
374+ * @param routingKey the routine key to use for the binding
375375 * @return a binding-confirm method if the binding was successfully created
376376 * @throws java.io.IOException if an error is encountered
377377 */
@@ -381,10 +381,10 @@ Exchange.DeclareOk exchangeDeclare(String exchange,
381381 * Bind an exchange to an exchange.
382382 * @see com.rabbitmq.client.AMQP.Exchange.Bind
383383 * @see com.rabbitmq.client.AMQP.Exchange.BindOk
384- * @param destination: the name of the exchange to which messages flow across the binding
385- * @param source: the name of the exchange from which messages flow across the binding
386- * @param routingKey: the routine key to use for the binding
387- * @param arguments: other properties (binding parameters)
384+ * @param destination the name of the exchange to which messages flow across the binding
385+ * @param source the name of the exchange from which messages flow across the binding
386+ * @param routingKey the routine key to use for the binding
387+ * @param arguments other properties (binding parameters)
388388 * @return a binding-confirm method if the binding was successfully created
389389 * @throws java.io.IOException if an error is encountered
390390 */
@@ -394,9 +394,9 @@ Exchange.DeclareOk exchangeDeclare(String exchange,
394394 * Unbind an exchange from an exchange, with no extra arguments.
395395 * @see com.rabbitmq.client.AMQP.Exchange.Bind
396396 * @see com.rabbitmq.client.AMQP.Exchange.BindOk
397- * @param destination: the name of the exchange to which messages flow across the binding
398- * @param source: the name of the exchange from which messages flow across the binding
399- * @param routingKey: the routine key to use for the binding
397+ * @param destination the name of the exchange to which messages flow across the binding
398+ * @param source the name of the exchange from which messages flow across the binding
399+ * @param routingKey the routine key to use for the binding
400400 * @return a binding-confirm method if the binding was successfully created
401401 * @throws java.io.IOException if an error is encountered
402402 */
@@ -406,10 +406,10 @@ Exchange.DeclareOk exchangeDeclare(String exchange,
406406 * Unbind an exchange from an exchange.
407407 * @see com.rabbitmq.client.AMQP.Exchange.Bind
408408 * @see com.rabbitmq.client.AMQP.Exchange.BindOk
409- * @param destination: the name of the exchange to which messages flow across the binding
410- * @param source: the name of the exchange from which messages flow across the binding
411- * @param routingKey: the routine key to use for the binding
412- * @param arguments: other properties (binding parameters)
409+ * @param destination the name of the exchange to which messages flow across the binding
410+ * @param source the name of the exchange from which messages flow across the binding
411+ * @param routingKey the routine key to use for the binding
412+ * @param arguments other properties (binding parameters)
413413 * @return a binding-confirm method if the binding was successfully created
414414 * @throws java.io.IOException if an error is encountered
415415 */
0 commit comments