You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/02/25 17:57:46 UTC

[camel] branch master updated: Fixed Linkedin component description

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new f2a7ca1  Fixed Linkedin component description
f2a7ca1 is described below

commit f2a7ca1cb228ca0f9e26e7d44e61c2e5d2ddac00
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Feb 25 18:57:28 2018 +0100

    Fixed Linkedin component description
---
 .../main/java/org/apache/camel/component/linkedin/LinkedInEndpoint.java | 2 +-
 components/readme.adoc                                                  | 2 +-
 .../component/linkedin/springboot/LinkedInComponentConfiguration.java   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInEndpoint.java b/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInEndpoint.java
index fecd6bc..fb38d22 100644
--- a/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInEndpoint.java
+++ b/components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/LinkedInEndpoint.java
@@ -44,7 +44,7 @@ import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
 import org.apache.cxf.jaxrs.client.WebClient;
 
 /**
- * The linkedin component is uses for retrieving LinkedIn user profiles, connections, companies, groups, posts, etc.
+ * The linkedin component is used for retrieving LinkedIn user profiles, connections, companies, groups, posts, etc.
  */
 @UriEndpoint(firstVersion = "2.14.0", scheme = "linkedin", title = "Linkedin", syntax = "linkedin:apiName/methodName", label = "api,cloud,social",
         consumerClass = LinkedInConsumer.class, lenientProperties = true)
diff --git a/components/readme.adoc b/components/readme.adoc
index 1b486d3..f19d01d 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -513,7 +513,7 @@ Number of Components: 291 in 199 JAR artifacts (19 deprecated)
 `ldif:ldapConnectionName` | 2.20 | The ldif component allows you to do updates on an LDAP server from a LDIF body content.
 
 | link:camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc[Linkedin] (camel-linkedin) +
-`linkedin:apiName/methodName` | 2.14 | The linkedin component is uses for retrieving LinkedIn user profiles, connections, companies, groups, posts, etc.
+`linkedin:apiName/methodName` | 2.14 | The linkedin component is used for retrieving LinkedIn user profiles, connections, companies, groups, posts, etc.
 
 | link:../camel-core/src/main/docs/log-component.adoc[Log] (camel-core) +
 `log:loggerName` | 1.1 | The log component logs message exchanges to the underlying logging mechanism.
diff --git a/platforms/spring-boot/components-starter/camel-linkedin-starter/src/main/java/org/apache/camel/component/linkedin/springboot/LinkedInComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-linkedin-starter/src/main/java/org/apache/camel/component/linkedin/springboot/LinkedInComponentConfiguration.java
index 85bcd49..52f92a1 100644
--- a/platforms/spring-boot/components-starter/camel-linkedin-starter/src/main/java/org/apache/camel/component/linkedin/springboot/LinkedInComponentConfiguration.java
+++ b/platforms/spring-boot/components-starter/camel-linkedin-starter/src/main/java/org/apache/camel/component/linkedin/springboot/LinkedInComponentConfiguration.java
@@ -25,7 +25,7 @@ import org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * The linkedin component is uses for retrieving LinkedIn user profiles,
+ * The linkedin component is used for retrieving LinkedIn user profiles,
  * connections, companies, groups, posts, etc.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.