You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/11/29 22:08:58 UTC

[GitHub] [camel] jeremyross commented on a change in pull request #4701: CAMEL-15856: camel-salesforce custom enum values

jeremyross commented on a change in pull request #4701:
URL: https://github.com/apache/camel/pull/4701#discussion_r532275837



##########
File path: components/camel-salesforce/camel-salesforce-maven-plugin/src/main/java/org/apache/camel/maven/GenerateMojo.java
##########
@@ -85,16 +85,21 @@ public String enumTypeName(final String sObjectName, final String name) {
             return descriptions.externalIdsOf(name);
         }
 
-        public String getEnumConstant(final String value) {
+        public String getEnumConstant(

Review comment:
       I lost a fight with the source checker here. Not sure why it wants a new line after the open parens.




----------------------------------------------------------------
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:
users@infra.apache.org