Skip to content

Commit

Permalink
Small fixes in documentation
Browse files Browse the repository at this point in the history
"it" replaced with "if"
  • Loading branch information
dmartinpro authored and artembilan committed Mar 19, 2018
1 parent 32672bf commit 6532503
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@

/**
* Specifies if this queue should be exclusive.
* By default it queue name is provided it is not exclusive.
* By default if queue name is provided it is not exclusive.
* @return true if the queue is to be declared as exclusive.
* @see org.springframework.amqp.core.Queue#isExclusive()
*/
String exclusive() default "";

/**
* Specifies if this queue should be auto deleted when not used.
* By default it queue name is provided it is not auto-deleted.
* By default if queue name is provided it is not auto-deleted.
* @return true if the queue is to be declared as auto-delete.
* @see org.springframework.amqp.core.Queue#isAutoDelete()
*/
Expand Down

0 comments on commit 6532503

Please sign in to comment.