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,