Skip to content

Commit

Permalink
Polish MessageDeliveryMode JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmihalcin authored and artembilan committed May 17, 2018
1 parent 3a6176e commit 8c43c57
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
package org.springframework.amqp.core;

/**
* Enumeration for the message delivery mode. Can be persistent or
* non persistent. Use the method 'toInt' to get the appropriate value
* that is used the he AMQP protocol instead of the ordinal() value when
* Enumeration for the message delivery mode. Can be persistent or
* non persistent. Use the method 'toInt' to get the appropriate value
* that is used by the AMQP protocol instead of the ordinal() value when
* passing into AMQP APIs.
*
* @author Mark Pollack
Expand Down

0 comments on commit 8c43c57

Please sign in to comment.