Skip to content

Commit

Permalink
fix: update builder visibility to public
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Aug 9, 2024
1 parent 7a82029 commit bffa8a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public Optional<CheckpointConfig> getCheckpointConfig() {
return Optional.ofNullable(checkpointConfig);
}

static Builder builder() {
public static Builder builder() {
return new Builder();
}

Expand Down

0 comments on commit bffa8a4

Please sign in to comment.