You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2020/05/29 07:55:11 UTC

[flink] branch release-1.10 updated: [hotfix] Remove unused import

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.10 by this push:
     new 1f9f018  [hotfix] Remove unused import
1f9f018 is described below

commit 1f9f0185d2c705f3d4cf6ed35aa236432cc04339
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Fri May 29 09:54:10 2020 +0200

    [hotfix] Remove unused import
---
 .../main/java/org/apache/flink/client/program/ContextEnvironment.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java b/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java
index 6d5be1a..4e11cc0 100644
--- a/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java
+++ b/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java
@@ -28,7 +28,6 @@ import org.apache.flink.core.execution.JobClient;
 import org.apache.flink.core.execution.JobListener;
 import org.apache.flink.core.execution.PipelineExecutorServiceLoader;
 import org.apache.flink.util.ExceptionUtils;
-import org.apache.flink.util.FlinkRuntimeException;
 import org.apache.flink.util.ShutdownHookUtil;
 
 import org.slf4j.Logger;