We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c6074 commit 28190c5Copy full SHA for 28190c5
1 file changed
spring-amqp/src/main/java/org/springframework/amqp/core/Queue.java
@@ -36,7 +36,7 @@ public class Queue extends AbstractDeclarable implements Cloneable {
36
* Argument key for the queue leader locator.
37
* @since 2.1
38
*/
39
- public static final String X_QUEUE_LEADER_LOCATOR = "x-queaue-leader-locator";
+ public static final String X_QUEUE_LEADER_LOCATOR = "x-queue-leader-locator";
40
41
private final String name;
42
0 commit comments