Skip to content

Commit

Permalink
[hotfix][runtime] Fix import order in PipelinedRegionComputeUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
GJL committed Apr 17, 2020
1 parent b6956ff commit 935313b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.PipelinedRegion;
import org.apache.flink.runtime.scheduler.strategy.ExecutionVertexID;
import org.apache.flink.runtime.scheduler.strategy.SchedulingExecutionVertex;
import org.apache.flink.runtime.topology.Result;
import org.apache.flink.runtime.topology.BaseTopology;
import org.apache.flink.runtime.topology.Result;
import org.apache.flink.runtime.topology.Vertex;

import org.slf4j.Logger;
Expand Down

0 comments on commit 935313b

Please sign in to comment.