You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2019/12/30 10:45:44 UTC

[camel] branch master updated: camel-salesforce: Fix "javadoc @param tags that do not match any parameters in the method" problems in SObjectComposite identified by lgtm.com.

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

pascalschumacher 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 9cc48a8  camel-salesforce: Fix "javadoc @param tags that do not match any parameters in the method" problems in SObjectComposite identified by lgtm.com.
9cc48a8 is described below

commit 9cc48a8e1b1fa55c4491cffe924403185521d24c
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Dec 30 11:45:15 2019 +0100

    camel-salesforce: Fix "javadoc @param tags that do not match any parameters in the method" problems in SObjectComposite identified by lgtm.com.
---
 .../component/salesforce/api/dto/composite/SObjectComposite.java     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/dto/composite/SObjectComposite.java b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/dto/composite/SObjectComposite.java
index 2fffd7c..2c2c1f4 100644
--- a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/dto/composite/SObjectComposite.java
+++ b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/dto/composite/SObjectComposite.java
@@ -201,7 +201,6 @@ public final class SObjectComposite implements Serializable {
      * @param type type of SObject
      * @param fieldName external identifier field name
      * @param fieldValue external identifier field value
-     * @param fields to return
      * @return this batch builder
      */
     public SObjectComposite addGetByExternalId(final String type, final String fieldName, final String fieldValue, final String referenceId) {
@@ -286,7 +285,7 @@ public final class SObjectComposite implements Serializable {
      *
      * @param type type of SObject
      * @param fieldName name of the field holding the external identifier
-     * @param id external identifier value
+     * @param fieldValue external identifier field value
      * @param data SObject with fields to change
      * @return this batch builder
      */
@@ -306,7 +305,7 @@ public final class SObjectComposite implements Serializable {
      *
      * @param type type of SObject
      * @param fieldName name of the field holding the external identifier
-     * @param id external identifier value
+     * @param fieldValue external identifier field value
      * @param data SObject with fields to change
      * @return this batch builder
      */