mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 12:17:43 +08:00
[CodeStyle][QueueTest]empty line more than one line of impor style
This commit is contained in:
parent
d1189674af
commit
28975d7397
@ -1,6 +1,5 @@
|
||||
package org.apache.dolphinscheduler.service.queue;
|
||||
|
||||
|
||||
import org.apache.dolphinscheduler.common.enums.Priority;
|
||||
|
||||
import java.util.concurrent.TimeUnit;
|
||||
@ -41,7 +40,6 @@ public class TaskPriorityQueueImplTest {
|
||||
Assert.assertTrue(getPriorityQueue().size() == 2);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* get queue
|
||||
*
|
||||
@ -57,7 +55,6 @@ public class TaskPriorityQueueImplTest {
|
||||
return queue;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* create task priority
|
||||
*
|
||||
|
@ -20,9 +20,7 @@ package queue;
|
||||
import org.apache.dolphinscheduler.common.enums.Priority;
|
||||
import org.apache.dolphinscheduler.dao.entity.TaskInstance;
|
||||
import org.apache.dolphinscheduler.service.queue.PeerTaskInstancePriorityQueue;
|
||||
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user