Remove misleading use of legacy from simple container's description

Closes gh-9173
This commit is contained in:
Andy Wilkinson
2017-05-12 17:29:28 +01:00
parent 53493fdd86
commit 61d89ef207

View File

@@ -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,