bzablocki commented on code in PR #32400:
URL: https://github.com/apache/beam/pull/32400#discussion_r1840807231
##########
sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/broker/SempBasicAuthClientExecutor.java:
##########
@@ -52,7 +56,7 @@
* response is 401 Unauthorized, the client will execute an additional request
with Basic Auth
* header to refresh the token.
*/
-class SempBasicAuthClientExecutor implements Serializable {
+public class SempBasicAuthClientExecutor implements Serializable {
Review Comment:
Can we leave it out for a separate PR?
--
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]