Skip to content

Commit

Permalink
spring-projectsGH-1517: added configuration support for multiple Cont…
Browse files Browse the repository at this point in the history
…ainerCustomizer at once
  • Loading branch information
rfelgent committed Oct 17, 2022
1 parent ccd7f3f commit b62a44d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ public class CompositeContainerCustomizer<C extends MessageListenerContainer> im
private final List<ContainerCustomizer<C>> customizers;

public CompositeContainerCustomizer(List<ContainerCustomizer<C>> customizers) {
Assert.notNull(customizers, "At lease one customizers must be present");
Assert.notNull(customizers, "At least one customizer must be present");
this.customizers = customizers;
}

Expand Down

0 comments on commit b62a44d

Please sign in to comment.