Component docs

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

Branch: refs/heads/master
Commit: d585881a2b1dac0d3ebbf54218325128082ced50
Parents: c9ab1e3
Author: Claus Ibsen <[email protected]>
Authored: Thu May 28 09:09:03 2015 +0200
Committer: Claus Ibsen <[email protected]>
Committed: Thu May 28 09:09:03 2015 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/component/stomp/StompConfiguration.java | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d585881a/components/camel-stomp/src/main/java/org/apache/camel/component/stomp/StompConfiguration.java
----------------------------------------------------------------------
diff --git 
a/components/camel-stomp/src/main/java/org/apache/camel/component/stomp/StompConfiguration.java
 
b/components/camel-stomp/src/main/java/org/apache/camel/component/stomp/StompConfiguration.java
index 03cdd23..e5d554e 100644
--- 
a/components/camel-stomp/src/main/java/org/apache/camel/component/stomp/StompConfiguration.java
+++ 
b/components/camel-stomp/src/main/java/org/apache/camel/component/stomp/StompConfiguration.java
@@ -53,6 +53,9 @@ public class StompConfiguration implements Cloneable {
         return host;
     }
     
+    /**
+     * The virtual host name
+     */
     public void setHost(String host) {
         this.host = host;
     }

Reply via email to