Skip to content

Commit

Permalink
[hotfix] Fix import checkstyle violation in TaskManagerRunner
Browse files Browse the repository at this point in the history
This closes apache#12705.
  • Loading branch information
wangyang0918 authored and azagrebin committed Jun 19, 2020
1 parent 4558cb0 commit 58025ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
import org.apache.flink.runtime.rpc.akka.AkkaRpcServiceUtils;
import org.apache.flink.runtime.security.SecurityConfiguration;
import org.apache.flink.runtime.security.SecurityUtils;
import org.apache.flink.util.TaskManagerExceptionUtils;
import org.apache.flink.runtime.taskmanager.MemoryLogger;
import org.apache.flink.runtime.util.ConfigurationParserUtils;
import org.apache.flink.runtime.util.EnvironmentInformation;
Expand All @@ -63,6 +62,7 @@
import org.apache.flink.util.AutoCloseableAsync;
import org.apache.flink.util.ExceptionUtils;
import org.apache.flink.util.ExecutorUtils;
import org.apache.flink.util.TaskManagerExceptionUtils;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit 58025ef

Please sign in to comment.