Skip to content

Commit

Permalink
Remove unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm committed Apr 20, 2023
1 parent b1bf67c commit e6384bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ public int getPriority()
public boolean isReady(TaskActionClient taskActionClient) throws Exception
{
final List<DataSegment> segments = segmentProvider.findSegments(taskActionClient);
final Interval interval = JodaUtils.umbrellaInterval(Iterables.transform(segments, DataSegment::getInterval));
return determineLockGranularityAndTryLockWithSegments(taskActionClient, segments, segmentProvider::checkSegments);
}

Expand Down

0 comments on commit e6384bc

Please sign in to comment.