You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/01/25 20:15:17 UTC

[4/6] flink git commit: [hotfix] Reorder imports in ResourceProfile according to checkstyle

[hotfix] Reorder imports in ResourceProfile according to checkstyle


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a354a9a7
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a354a9a7
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/a354a9a7

Branch: refs/heads/master
Commit: a354a9a71a24316930f67963877cf28ea8279011
Parents: 47e6069
Author: Till Rohrmann <tr...@apache.org>
Authored: Thu Jan 25 10:49:29 2018 +0100
Committer: Till Rohrmann <tr...@apache.org>
Committed: Thu Jan 25 15:33:30 2018 +0100

----------------------------------------------------------------------
 .../flink/runtime/clusterframework/types/ResourceProfile.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/a354a9a7/flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/types/ResourceProfile.java
----------------------------------------------------------------------
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/types/ResourceProfile.java b/flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/types/ResourceProfile.java
index 87d6fc5..8fbaed1 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/types/ResourceProfile.java
+++ b/flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/types/ResourceProfile.java
@@ -18,8 +18,8 @@
 
 package org.apache.flink.runtime.clusterframework.types;
 
-import org.apache.flink.api.common.resources.Resource;
 import org.apache.flink.api.common.operators.ResourceSpec;
+import org.apache.flink.api.common.resources.Resource;
 
 import javax.annotation.Nonnull;