You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ay...@apache.org on 2013/07/30 12:21:13 UTC

git commit: fix build in camel-jms

Updated Branches:
  refs/heads/camel-2.11.x 5949857eb -> 3b8544550


fix build in camel-jms


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3b854455
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3b854455
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3b854455

Branch: refs/heads/camel-2.11.x
Commit: 3b8544550edef15585f165f7bef72bde7d2eaa89
Parents: 5949857
Author: Akitoshi Yoshida <ak...@sap.com>
Authored: Tue Jul 30 12:20:53 2013 +0200
Committer: Akitoshi Yoshida <ak...@sap.com>
Committed: Tue Jul 30 12:20:53 2013 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/camel/component/jms/JmsConfiguration.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3b854455/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java
----------------------------------------------------------------------
diff --git a/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java b/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java
index 349bef0..156158e 100644
--- a/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java
+++ b/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java
@@ -138,7 +138,6 @@ public class JmsConfiguration implements Cloneable {
     private MessageListenerContainerFactory messageListenerContainerFactory;
     private boolean includeSentJMSMessageID;
     private DefaultTaskExecutorType defaultTaskExecutorType;
-    @UriParam
     private boolean includeAllJMSXProperties;
 
     public JmsConfiguration() {