Skip to content

Commit

Permalink
Make the SolaceIO.Read constructor private. (#31962)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzablocki authored Jul 24, 2024
1 parent e2b8acb commit 799405c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public static class Read<T> extends PTransform<PBegin, PCollection<T>> {

@VisibleForTesting final Configuration.Builder<T> configurationBuilder;

public Read(Configuration.Builder<T> configurationBuilder) {
private Read(Configuration.Builder<T> configurationBuilder) {
this.configurationBuilder = configurationBuilder;
}

Expand Down

0 comments on commit 799405c

Please sign in to comment.