Skip to content

Commit

Permalink
[ENG-14936] Made ActiveTimelineInstantBatcher constructor public (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgajulapalli authored Oct 7, 2024
1 parent 67b4f20 commit b2415a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class ActiveTimelineInstantBatcher {
private final MetadataExtractorConfig extractorConfig;

@Inject
ActiveTimelineInstantBatcher(@Nonnull Config config) {
public ActiveTimelineInstantBatcher(@Nonnull Config config) {
this.extractorConfig = config.getMetadataExtractorConfig();
}

Expand Down

0 comments on commit b2415a9

Please sign in to comment.