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/09/18 09:18:26 UTC

[flink] branch master updated: [hotfix] Fix checkstyle violations in SlotManager

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


The following commit(s) were added to refs/heads/master by this push:
     new 09abba3  [hotfix] Fix checkstyle violations in SlotManager
09abba3 is described below

commit 09abba37c7d760236c2ba002fa4a3aac11c2641b
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Tue Sep 18 11:18:03 2018 +0200

    [hotfix] Fix checkstyle violations in SlotManager
---
 .../apache/flink/runtime/resourcemanager/slotmanager/SlotManager.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManager.java b/flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManager.java
index d74979a..f9c8c0e 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManager.java
+++ b/flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManager.java
@@ -168,7 +168,9 @@ public class SlotManager implements AutoCloseable {
 		}
 	}
 
-	public int getNumberPendingSlotRequests() {return pendingSlotRequests.size(); }
+	public int getNumberPendingSlotRequests() {
+		return pendingSlotRequests.size();
+	}
 
 	// ---------------------------------------------------------------------------------------------
 	// Component lifecycle methods