Skip to content

Commit f112115

Browse files
authored
Fix typos in Javadoc
1 parent 5471679 commit f112115

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-amqp/src/main/java/org/springframework/amqp/support/converter/MessageConversionException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Exception to be thrown by message converters if they encounter a problem with converting a message or object.
2424
* </p>
2525
* <p>
26-
* N.B. this is <em>not</em> an {@link AmqpException} because it is a a client exception, not a protocol or broker
26+
* N.B. this is <em>not</em> an {@link AmqpException} because it is a client exception, not a protocol or broker
2727
* problem.
2828
* </p>
2929
*

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/annotation/EnableRabbit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
* <p>Annotated methods can use flexible signature; in particular, it is possible to use
105105
* the {@link org.springframework.messaging.Message Message} abstraction and related annotations,
106106
* see {@link RabbitListener} Javadoc for more details. For instance, the following would
107-
* inject the content of the message and a a custom "myCounter" AMQP header:
107+
* inject the content of the message and a custom "myCounter" AMQP header:
108108
*
109109
* <pre class="code">
110110
* &#064;RabbitListener(containerFactory = "myRabbitListenerContainerFactory", queues = "myQueue")

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/listener/AbstractRabbitListenerEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ public void setupListenerContainer(MessageListenerContainer listenerContainer) {
426426
* Create a {@link MessageListener} that is able to serve this endpoint for the
427427
* specified container.
428428
* @param container the {@link MessageListenerContainer} to create a {@link MessageListener}.
429-
* @return a a {@link MessageListener} instance.
429+
* @return a {@link MessageListener} instance.
430430
*/
431431
protected abstract MessageListener createMessageListener(MessageListenerContainer container);
432432

0 commit comments

Comments
 (0)