Abacn commented on code in PR #39467:
URL: https://github.com/apache/beam/pull/39467#discussion_r3669607358
##########
sdks/java/io/jms/src/main/java/org/apache/beam/sdk/io/jms/JmsIO.java:
##########
@@ -212,117 +208,6 @@ public static <EventT> Write<EventT> write() {
return new AutoValue_JmsIO_Write.Builder<EventT>().build();
}
- /** A POJO describing a JMS connection. */
- @DefaultSchema(AutoValueSchema.class)
- @AutoValue
- public abstract static class ConnectionConfiguration implements Serializable
{
Review Comment:
Safe to move as it does not exist in any released version yet
--
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]