From 61d89ef207d693016644b6b0dc28f729ab3646c1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 May 2017 17:29:28 +0100 Subject: [PATCH] Remove misleading use of legacy from simple container's description Closes gh-9173 --- .../boot/autoconfigure/amqp/RabbitProperties.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitProperties.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitProperties.java index 43efb00c90..f641b03e60 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitProperties.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitProperties.java @@ -467,8 +467,7 @@ public class RabbitProperties { public enum ContainerType { /** - * Legacy container where the RabbitMQ consumer dispatches messages to an invoker - * thread. + * Container where the RabbitMQ consumer dispatches messages to an invoker thread. */ SIMPLE,