1
1
/*
2
- * Copyright 2016-2021 the original author or authors.
2
+ * Copyright 2016-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -438,7 +438,7 @@ public void setRetryDeclarationInterval(long retryDeclarationInterval) {
438
438
439
439
/**
440
440
* Set to false to disable micrometer listener timers.
441
- * @param micrometerEnabled false to disable.
441
+ * @param enabled false to disable.
442
442
* @since 2.4.6
443
443
*/
444
444
public void setMicrometerEnabled (boolean enabled ) {
@@ -457,7 +457,7 @@ public void setMicrometerTags(Map<String, String> tags) {
457
457
/**
458
458
* Set a {@link ContainerCustomizer} that is invoked after a container is created and
459
459
* configured to enable further customization of the container.
460
- * @param containerCustomizer the customizer.
460
+ * @param customizer the customizer.
461
461
* @since 2.4.6
462
462
*/
463
463
public void setSMLCCustomizer (ContainerCustomizer <SimpleMessageListenerContainer > customizer ) {
@@ -467,7 +467,7 @@ public void setSMLCCustomizer(ContainerCustomizer<SimpleMessageListenerContainer
467
467
/**
468
468
* Set a {@link ContainerCustomizer} that is invoked after a container is created and
469
469
* configured to enable further customization of the container.
470
- * @param containerCustomizer the customizer.
470
+ * @param customizer the customizer.
471
471
* @since 2.4.6
472
472
*/
473
473
public void setDMLCCustomizer (ContainerCustomizer <DirectMessageListenerContainer > customizer ) {
0 commit comments