You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/01/04 15:35:51 UTC

[03/10] camel git commit: CAMEL-9472: Add multi value to component docs

CAMEL-9472: Add multi value to component docs


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

Branch: refs/heads/master
Commit: 5f02a65d175bdbc40677270bd44cf52e242b9f09
Parents: 8c80d80
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Jan 4 14:20:25 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Jan 4 15:24:18 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/component/undertow/UndertowEndpoint.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/5f02a65d/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowEndpoint.java b/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowEndpoint.java
index a0b0e1a..12559a3 100644
--- a/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowEndpoint.java
+++ b/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowEndpoint.java
@@ -77,7 +77,7 @@ public class UndertowEndpoint extends DefaultEndpoint implements HeaderFilterStr
     private Boolean tcpNoDelay = Boolean.TRUE;
     @UriPath(label = "producer", defaultValue = "true")
     private Boolean reuseAddresses = Boolean.TRUE;
-    @UriParam(label = "producer")
+    @UriParam(label = "producer", prefix = "option.", multiValue = true)
     private Map<String, Object> options;
 
     public UndertowEndpoint(String uri, UndertowComponent component) throws URISyntaxException {