删除不必要的引用

This commit is contained in:
bryan.zhang
2018-04-04 15:36:39 +08:00
parent caba1451b1
commit 4189841c99

View File

@@ -22,7 +22,6 @@ import com.thebeastshop.liteflow.entity.data.Slot;
import com.thebeastshop.liteflow.entity.monitor.CompStatistics; import com.thebeastshop.liteflow.entity.monitor.CompStatistics;
import com.thebeastshop.liteflow.flow.FlowBus; import com.thebeastshop.liteflow.flow.FlowBus;
import com.thebeastshop.liteflow.monitor.MonitorBus; import com.thebeastshop.liteflow.monitor.MonitorBus;
import com.thebeastshop.liteflow.parser.LocalXmlFlowParser;
public abstract class NodeComponent { public abstract class NodeComponent {