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

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 0de4ef3cec416d41cfe3d8298382abdd2a81e114
Author: Till Rohrmann <trohrm...@apache.org>
AuthorDate: Thu Nov 15 17:27:09 2018 +0100

    [hotfix] Fix checkstyle violation in ExecutionGraph
---
 .../java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
 
b/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
index 3b55e00..56315e0 100644
--- 
a/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
+++ 
b/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
@@ -911,7 +911,7 @@ public class ExecutionGraph implements AccessExecutionGraph 
{
                                final CompletableFuture<Void> 
schedulingJobVertexFuture = ejv.scheduleAll(
                                        slotProvider,
                                        allowQueuedScheduling,
-                                       LocationPreferenceConstraint.ALL,// 
since it is an input vertex, the input based location preferences should be 
empty
+                                       LocationPreferenceConstraint.ALL, // 
since it is an input vertex, the input based location preferences should be 
empty
                                        Collections.emptySet());
 
                                
schedulingFutures.add(schedulingJobVertexFuture);

Reply via email to