Skip to content

Commit

Permalink
review checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Meunier committed Sep 19, 2024
1 parent fd416aa commit 18d6bf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public String asString() {
},

/**
* The exchange the listener is plugged to (empty if default exchange)
* The exchange the listener is plugged to (empty if default exchange).
* @since 3.2
*/
EXCHANGE {
Expand All @@ -80,7 +80,7 @@ public String asString() {
},

/**
* The routing key the listener is plugged to
* The routing key the listener is plugged to.
* @since 3.2
*/
ROUTING_KEY {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public String asString() {
},

/**
* The destination exchange (empty if default exchange)
* The destination exchange (empty if default exchange).
* @since 3.2
*/
EXCHANGE {
Expand All @@ -85,7 +85,7 @@ public String asString() {
},

/**
* The destination routing key
* The destination routing key.
* @since 3.2
*/
ROUTING_KEY {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import java.util.List;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import java.util.stream.Collectors;

import org.springframework.amqp.core.Message;
import org.springframework.amqp.rabbit.annotation.EnableRabbit;
Expand Down

0 comments on commit 18d6bf6

Please sign in to comment.