apupier commented on code in PR #18682:
URL: https://github.com/apache/camel/pull/18682#discussion_r2222241470
##########
components/camel-google/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubProducer.java:
##########
@@ -59,6 +59,9 @@ public GooglePubsubProducer(GooglePubsubEndpoint endpoint) {
public void process(Exchange exchange) throws Exception {
if (logger.isDebugEnabled()) {
+ // TODO update when basline is java 21
Review Comment:
typo basline --> baseline , I guess it wil lbe useful to have the correct
workding to easily search for similar todos
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]