Skip to content

Commit 12526eb

Browse files
committed
Fix sentence in Javadoc
1 parent 189d701 commit 12526eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/rabbitmq/client/amqp/Consumer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ interface Context {
8484
* or dead-letter it if it is configured.
8585
*
8686
* <p>Application-specific annotation keys must start with the <code>x-opt-</code> prefix.
87-
* Annotation keys the broker understands starts with <code>x-</code>, but not with <code>x-opt-
87+
* Annotation keys the broker understands start with <code>x-</code>, but not with <code>x-opt-
8888
* </code>.
8989
*
9090
* <p>This maps to the AMQP 1.0 <code>
@@ -117,7 +117,7 @@ interface Context {
117117
* to the same or a different consumer.
118118
*
119119
* <p>Application-specific annotation keys must start with the <code>x-opt-</code> prefix.
120-
* Annotation keys the broker understands starts with <code>x-</code>, but not with <code>x-opt-
120+
* Annotation keys the broker understands start with <code>x-</code>, but not with <code>x-opt-
121121
* </code>.
122122
*
123123
* <p>This maps to the AMQP 1.0 <code>

0 commit comments

Comments
 (0)