oscerd commented on a change in pull request #4514:
URL: https://github.com/apache/camel/pull/4514#discussion_r511821287



##########
File path: 
components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/processor/JsonRestProcessor.java
##########
@@ -98,6 +98,14 @@ protected void processRequest(Exchange exchange) throws 
SalesforceException {
                 exchange.setProperty(RESPONSE_CLASS, 
CreateSObjectResult.class);
                 break;
 
+            /**
+             * TODO AHMEDBS

Review comment:
       Please remove todos

##########
File path: 
components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/processor/XmlRestProcessor.java
##########
@@ -124,6 +124,13 @@ protected void processRequest(Exchange exchange) throws 
SalesforceException {
                 exchange.setProperty(RESPONSE_CLASS, 
CreateSObjectResult.class);
                 break;
 
+            /**
+             * TODO AHMEDBS

Review comment:
       Ditto




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to