Skip to content

Commit f63c1ed

Browse files
committed
GH-1459: Fix Javadocs
1 parent 9d8dfe8 commit f63c1ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/config/ListenerContainerFactoryBean.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2021 the original author or authors.
2+
* Copyright 2016-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -438,7 +438,7 @@ public void setRetryDeclarationInterval(long retryDeclarationInterval) {
438438

439439
/**
440440
* Set to false to disable micrometer listener timers.
441-
* @param micrometerEnabled false to disable.
441+
* @param enabled false to disable.
442442
* @since 2.4.6
443443
*/
444444
public void setMicrometerEnabled(boolean enabled) {
@@ -457,7 +457,7 @@ public void setMicrometerTags(Map<String, String> tags) {
457457
/**
458458
* Set a {@link ContainerCustomizer} that is invoked after a container is created and
459459
* configured to enable further customization of the container.
460-
* @param containerCustomizer the customizer.
460+
* @param customizer the customizer.
461461
* @since 2.4.6
462462
*/
463463
public void setSMLCCustomizer(ContainerCustomizer<SimpleMessageListenerContainer> customizer) {
@@ -467,7 +467,7 @@ public void setSMLCCustomizer(ContainerCustomizer<SimpleMessageListenerContainer
467467
/**
468468
* Set a {@link ContainerCustomizer} that is invoked after a container is created and
469469
* configured to enable further customization of the container.
470-
* @param containerCustomizer the customizer.
470+
* @param customizer the customizer.
471471
* @since 2.4.6
472472
*/
473473
public void setDMLCCustomizer(ContainerCustomizer<DirectMessageListenerContainer> customizer) {

0 commit comments

Comments
 (0)