TheNeuralBit commented on a change in pull request #15648:
URL: https://github.com/apache/beam/pull/15648#discussion_r728372285
##########
File path:
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/HL7v2IO.java
##########
@@ -163,11 +163,6 @@
return new
AutoValue_HL7v2IO_Write.Builder().setHL7v2Store(StaticValueProvider.of(hl7v2Store));
}
- /** Write HL7v2 Messages to a store. */
- private static Write.Builder write(ValueProvider<String> hl7v2Store) {
- return new AutoValue_HL7v2IO_Write.Builder().setHL7v2Store(hl7v2Store);
- }
Review comment:
I think it's possible some of these functions were intended to be
public, but given that they're not tested (otherwise they would be used), and
no one has asked about them, I agree with the decision to go ahead and delete
them.
--
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]