essobedo commented on code in PR #7484:
URL: https://github.com/apache/camel/pull/7484#discussion_r855928132


##########
tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/EndpointDslMojo.java:
##########
@@ -119,6 +120,8 @@ public class EndpointDslMojo extends AbstractGeneratorMojo {
 
     private transient String licenseHeader;
 
+    private transient final Pattern commaPreserverPattern = 
Pattern.compile(",(\\S)");

Review Comment:
   Can be static



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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

Reply via email to