You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/03/09 11:39:29 UTC

[07/19] camel git commit: CAMEL-8458 camel-linkedin - public_profile_url option should be String

CAMEL-8458 camel-linkedin - public_profile_url option should be String


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

Branch: refs/heads/camel-2.15.x
Commit: d3a342af1bd964050c133f9808aa4a2bf07f0db6
Parents: 701d4f7
Author: Tomas Rohovsky <tr...@redhat.com>
Authored: Sat Mar 7 00:06:52 2015 +0100
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Mar 9 18:37:19 2015 +0800

----------------------------------------------------------------------
 .../camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d3a342af/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml b/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
index e3c7b29..c2fcb10 100644
--- a/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
+++ b/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-wadl.xml
@@ -911,7 +911,7 @@
   <wadl:param name="secure-urls" style="query" type="xsd:boolean" id="secure-urls"/>
 
   <!-- public profile url param -->
-  <wadl:param name="public-profile-url" style="template" type="xsd:anyURI" id="public-profile-url"/>
+  <wadl:param name="public-profile-url" style="template" id="public-profile-url"/>
 
   <!-- group Id param -->
   <wadl:param name="group-id" style="template" type="xsd:integer" required="true" id="group-id"/>