Skip to content

Commit

Permalink
Fix pmd check
Browse files Browse the repository at this point in the history
  • Loading branch information
kfaraz committed Aug 20, 2023
1 parent 77d3ae7 commit 3d39932
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.apache.druid.java.util.common.JodaUtils;
import org.apache.druid.java.util.common.guava.Comparators;
import org.apache.druid.server.coordinator.DataSourceCompactionConfig;
import org.apache.druid.server.coordinator.compact.NewestSegmentFirstIterator;
import org.apache.druid.server.coordinator.duty.CompactSegments;
import org.joda.time.Interval;

Expand Down Expand Up @@ -69,7 +68,7 @@ public class Tasks
* This context is used in compaction. When it is set in the context, the segments created by the task
* will fill 'lastCompactionState' in its metadata. This will be used to track what segments are compacted or not.
* See {@link org.apache.druid.timeline.DataSegment} and {@link
* NewestSegmentFirstIterator} for more details.
* org.apache.druid.server.coordinator.compact.NewestSegmentFirstIterator} for more details.
*/
public static final String STORE_COMPACTION_STATE_KEY = "storeCompactionState";

Expand Down

0 comments on commit 3d39932

Please sign in to comment.