INT-1373 fixed the type in the docs
This commit is contained in:
@@ -199,7 +199,7 @@ Message<Integer> anotherMessage = MessageBuilder.fromMessage(importantMess
|
||||
.setHeaderIfAbsent(MessageHeaders.PRIORITY, MessagePriority.LOW)
|
||||
.build();
|
||||
|
||||
assertEquals(MessagePriority.HIGHEST, anotherMessage.getHeaders().getPriority());
|
||||
assertEquals(MessagePriority.LOW, anotherMessage.getHeaders().getPriority());
|
||||
</programlisting>
|
||||
</para>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user