Skip to content

Commit

Permalink
Fix logger class
Browse files Browse the repository at this point in the history
  • Loading branch information
vvivekiyer committed Jan 6, 2025
1 parent cad5cf8 commit 36802ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@


public class RefreshSegmentTaskExecutor extends BaseSingleSegmentConversionExecutor {
private static final Logger LOGGER = LoggerFactory.getLogger(RefreshSegmentTaskGenerator.class);
private static final Logger LOGGER = LoggerFactory.getLogger(RefreshSegmentTaskExecutor.class);

private long _taskStartTime;

Expand Down

0 comments on commit 36802ea

Please sign in to comment.