JinyuChen97 commented on code in PR #8500:
URL: https://github.com/apache/camel-quarkus/pull/8500#discussion_r3032024959


##########
integration-tests/ibm-cos/src/main/java/org/apache/camel/quarkus/component/ibm/cos/it/IBMCloudObjectStorageRoutes.java:
##########
@@ -34,7 +34,11 @@ public class IBMCloudObjectStorageRoutes extends 
EndpointRouteBuilder {
 
     public static final String CONSUME_ROUTE_ID = "consumeRoute";
 
-    protected static final String BUCKET_NAME = "camel-test-" + 
UUID.randomUUID().toString().substring(0, 12).toLowerCase();
+    public static final String BUCKET_NAME = "camel-test-" + 
UUID.randomUUID().toString().substring(0, 12).toLowerCase();

Review Comment:
   nope, protected is enough, probably I tried to test different method before 
so I changed it. But they are used in same package so protected is good. I will 
change it back.



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