You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2019/11/21 06:00:19 UTC

[camel] branch master updated: camel-amqp - Fix typo in Javadoc

This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


View the commit online:
https://github.com/apache/camel/commit/9842986f7931859f030fee10d1442b974bbc7827

The following commit(s) were added to refs/heads/master by this push:
     new 9842986  camel-amqp - Fix typo in Javadoc
9842986 is described below

commit 9842986f7931859f030fee10d1442b974bbc7827
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Thu Nov 21 14:59:37 2019 +0900

    camel-amqp - Fix typo in Javadoc
---
 .../src/main/java/org/apache/camel/component/amqp/AMQPConstants.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-amqp/src/main/java/org/apache/camel/component/amqp/AMQPConstants.java b/components/camel-amqp/src/main/java/org/apache/camel/component/amqp/AMQPConstants.java
index 885d62b..4007505 100644
--- a/components/camel-amqp/src/main/java/org/apache/camel/component/amqp/AMQPConstants.java
+++ b/components/camel-amqp/src/main/java/org/apache/camel/component/amqp/AMQPConstants.java
@@ -27,7 +27,7 @@ public final class AMQPConstants {
     public static final String JMS_AMQP_MA_PREFIX = "JMS_AMQP_MA_";
 
     /**
-     * AMQP message delivery prefix
+     * AMQP delivery annotation prefix
      */
     public static final String JMS_AMQP_DA_PREFIX = "JMS_AMQP_DA_";