From 3b182590a24487e97603b55458fb7e46a624dd02 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 2 Aug 2011 10:27:18 -0400 Subject: [PATCH] AMQP-185 fixed typo in warning message --- .../java/org/springframework/amqp/rabbit/core/RabbitAdmin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/core/RabbitAdmin.java b/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/core/RabbitAdmin.java index ff752984..5ac532e5 100644 --- a/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/core/RabbitAdmin.java +++ b/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/core/RabbitAdmin.java @@ -286,7 +286,7 @@ public class RabbitAdmin implements AmqpAdmin, ApplicationContextAware, Initiali if (queue.isAutoDelete()) { logger.warn("Auto-declaring an auto-delete Queue (" + queue.getName() - + "). It will be deleted deleted by the broker if not in use, and all messages will be lost. Redeclared when the connection is closed and reopened."); + + "). It will be deleted by the broker if not in use, and all messages will be lost. Redeclared when the connection is closed and reopened."); } if (queue.isExclusive()) { logger.warn("Auto-declaring an exclusive Queue ("