Skip to content

Commit f8de68e

Browse files
dmartinproartembilan
authored andcommitted
Small fixes in documentation
"it" replaced with "if" (cherry picked from commit 6532503)
1 parent 827de8d commit f8de68e

File tree

1 file changed

+2
-2
lines changed
  • spring-rabbit/src/main/java/org/springframework/amqp/rabbit/annotation

1 file changed

+2
-2
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/annotation/Queue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@
5656

5757
/**
5858
* Specifies if this queue should be exclusive.
59-
* By default it queue name is provided it is not exclusive.
59+
* By default if queue name is provided it is not exclusive.
6060
* @return true if the queue is to be declared as exclusive.
6161
* @see org.springframework.amqp.core.Queue#isExclusive()
6262
*/
6363
String exclusive() default "";
6464

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

0 commit comments

Comments
 (0)