Skip to content

Commit d43c0bb

Browse files
committed
doc
1 parent f592376 commit d43c0bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

micronaut/micronaut-api/src/main/java/com/jashmore/sqs/micronaut/container/MessageListenerContainerCoordinator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import java.util.Set;
66

77
/**
8-
* Service that can be injected into the Spring Application to start and stop the containers that are controlling
8+
* Service that can be injected into the Micronaut Application to start and stop the containers that are controlling
99
* the consumption of queue messages.
1010
*/
1111
public interface MessageListenerContainerCoordinator {

micronaut/micronaut-core/src/main/java/com/jashmore/sqs/micronaut/container/AbstractCoreMessageListenerContainerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Abstract Factory for building the core {@link MessageListenerContainer}s which handles actions like calculating the identifier,
2222
* getting the SQS client etc.
2323
*
24-
* @param <A> the Spring annotation that is used to define the container's properties
24+
* @param <A> the annotation that is used to define the container's properties
2525
* @param <P> the properties object that configures the {@link MessageListenerContainer}
2626
*/
2727
public abstract class AbstractCoreMessageListenerContainerFactory<A extends Annotation, P>

0 commit comments

Comments
 (0)