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/0662bcff Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0662bcff Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0662bcff Branch: refs/heads/camel-2.14.x Commit: 0662bcffc861db660fe6c648f648daa3507fb156 Parents: 5ca0c0c Author: Tomas Rohovsky <[email protected]> Authored: Sat Mar 7 00:06:52 2015 +0100 Committer: Willem Jiang <[email protected]> Committed: Mon Mar 9 18:38:34 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/0662bcff/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"/>
