INT-1373 fixed the type in the docs

This commit is contained in:
Oleg Zhurakousky
2011-04-29 16:32:37 -04:00
parent a42a5a346e
commit fb065c57ef

View File

@@ -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>