This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit f132a2f9ff6e09005f17d588207d97a7a7373caf Author: David Jencks <djen...@apache.org> AuthorDate: Tue Jan 4 14:58:10 2022 -0800 CAMEL-17433 undo previous workaround --- .../camel/component/salesforce/SalesforceEndpointConfig.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceEndpointConfig.java b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceEndpointConfig.java index 70ba1bc..75a404b 100644 --- a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceEndpointConfig.java +++ b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceEndpointConfig.java @@ -630,7 +630,7 @@ public class SalesforceEndpointConfig implements Cloneable { } /** - * Notify for create operation, defaults to false (API version >= 29.0) + * Notify for create operation, defaults to false (API version >= 29.0) */ public void setNotifyForOperationCreate(Boolean notifyForOperationCreate) { this.notifyForOperationCreate = notifyForOperationCreate; @@ -641,7 +641,7 @@ public class SalesforceEndpointConfig implements Cloneable { } /** - * Notify for update operation, defaults to false (API version >= 29.0) + * Notify for update operation, defaults to false (API version >= 29.0) */ public void setNotifyForOperationUpdate(Boolean notifyForOperationUpdate) { this.notifyForOperationUpdate = notifyForOperationUpdate; @@ -652,7 +652,7 @@ public class SalesforceEndpointConfig implements Cloneable { } /** - * Notify for delete operation, defaults to false (API version >= 29.0) + * Notify for delete operation, defaults to false (API version >= 29.0) */ public void setNotifyForOperationDelete(Boolean notifyForOperationDelete) { this.notifyForOperationDelete = notifyForOperationDelete; @@ -663,7 +663,7 @@ public class SalesforceEndpointConfig implements Cloneable { } /** - * Notify for un-delete operation, defaults to false (API version >= 29.0) + * Notify for un-delete operation, defaults to false (API version >= 29.0) */ public void setNotifyForOperationUndelete(Boolean notifyForOperationUndelete) { this.notifyForOperationUndelete = notifyForOperationUndelete;