You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dh...@apache.org on 2015/05/04 18:55:35 UTC

camel git commit: CAMEL-8470 Change Share#comment to String in camel-linkedin

Repository: camel
Updated Branches:
  refs/heads/master b893fc2c7 -> e05a8da55


CAMEL-8470 Change Share#comment to String in camel-linkedin


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

Branch: refs/heads/master
Commit: e05a8da55c47f7be0231b6f2e378f78a7d272c0c
Parents: b893fc2
Author: Tomas Rohovsky <tr...@redhat.com>
Authored: Mon May 4 18:19:15 2015 +0200
Committer: Tomas Rohovsky <tr...@redhat.com>
Committed: Mon May 4 18:19:15 2015 +0200

----------------------------------------------------------------------
 .../src/main/resources/linkedin-api-schema.xsd                   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e05a8da5/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-schema.xsd
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-schema.xsd b/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-schema.xsd
index aa85449..2015e47 100644
--- a/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-schema.xsd
+++ b/components/camel-linkedin/camel-linkedin-api/src/main/resources/linkedin-api-schema.xsd
@@ -987,7 +987,7 @@
       <xs:sequence>
         <xs:element ref="id"/>
         <xs:element ref="timestamp"/>
-        <xs:element ref="comment"/>
+        <xs:element name="comment" type="xs:string"/>
         <xs:element ref="content"/>
         <xs:element ref="visibility"/>
         <xs:element ref="source"/>
@@ -2056,7 +2056,7 @@
       <xs:sequence>
         <xs:element ref="id"/>
         <xs:element ref="timestamp"/>
-        <xs:element ref="comment" type="xs:string"/>
+        <xs:element name="comment" type="xs:string"/>
         <xs:element ref="content"/>
         <xs:element ref="visibility"/>
         <xs:element ref="source"/>