davsclaus commented on code in PR #21109:
URL: https://github.com/apache/camel/pull/21109#discussion_r2736578544


##########
components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Producer.java:
##########
@@ -325,7 +325,9 @@ public void processSingleOp(final Exchange exchange) throws 
Exception {
         try {
             // Need to check if the message body is WrappedFile
             if (obj instanceof WrappedFile) {

Review Comment:
   Avoid ugly type cast below and use modern java style



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

Reply via email to