Skip to content

Commit f56d2eb

Browse files
committed
1 parent 4d99aad commit f56d2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-amqp/src/main/java/org/springframework/amqp/core/AcknowledgeMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public enum AcknowledgeMode {
3939
* Auto - the container will issue the ack/nack based on whether
4040
* the listener returns normally, or throws an exception.
4141
* <p><em>Do not confuse with RabbitMQ {@code autoAck} which is
42-
* represented by {@link #NONE} here<em>.
42+
* represented by {@link #NONE} here</em>.
4343
*/
4444
AUTO;
4545

0 commit comments

Comments
 (0)