File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/rabbitmq/client/amqp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ interface Context {
84
84
* or dead-letter it if it is configured.
85
85
*
86
86
* <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-
88
88
* </code>.
89
89
*
90
90
* <p>This maps to the AMQP 1.0 <code>
@@ -117,7 +117,7 @@ interface Context {
117
117
* to the same or a different consumer.
118
118
*
119
119
* <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-
121
121
* </code>.
122
122
*
123
123
* <p>This maps to the AMQP 1.0 <code>
You can’t perform that action at this time.
0 commit comments