This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit ab62575e275aacc3e53df8c563c442db54ba97ab Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Dec 18 07:52:08 2018 +0100 Regen --- .../salesforce/springboot/SalesforceComponentConfiguration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/spring-boot/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java index 3f8c88e..6fa7a6e 100644 --- a/platforms/spring-boot/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java @@ -64,7 +64,7 @@ public class SalesforceComponentConfiguration */ private SalesforceLoginConfigNestedConfiguration loginConfig; /** - * URL of the Salesforce instance used after authantication, by default + * URL of the Salesforce instance used after authentication, by default * received from Salesforce on successful authentication */ private String instanceUrl; @@ -119,7 +119,7 @@ public class SalesforceComponentConfiguration private String password; /** * If set to true prevents the component from authenticating to Salesforce - * with the start of the component. You would generaly set this to the + * with the start of the component. You would generally set this to the * (default) false and authenticate early and be immediately aware of any * authentication issues. */