mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 12:48:46 +08:00
Remove unused params in SwitchTaskTest (#6109)
This commit is contained in:
parent
e34c65d5a6
commit
93ef12366b
@ -49,13 +49,6 @@ import org.springframework.context.ApplicationContext;
|
||||
@RunWith(MockitoJUnitRunner.Silent.class)
|
||||
public class SwitchTaskTest {
|
||||
|
||||
private static final Logger logger = LoggerFactory.getLogger(SwitchTaskTest.class);
|
||||
|
||||
/**
|
||||
* TaskNode.runFlag : task can be run normally
|
||||
*/
|
||||
public static final String FLOWNODE_RUN_FLAG_NORMAL = "NORMAL";
|
||||
|
||||
private ProcessService processService;
|
||||
|
||||
private ProcessInstance processInstance;
|
||||
|
Loading…
Reference in New Issue
Block a user