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

jincheng 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 b4593e5  [hotfix][docs] fix grammatical errors in description
b4593e5 is described below

commit b4593e52b4eb1dc35ab96615a0de0f3568cab7ce
Author: leesf <[email protected]>
AuthorDate: Thu Feb 28 20:24:49 2019 +0800

    [hotfix][docs] fix grammatical errors in description
    
    This closes #7863
---
 .../org/apache/flink/runtime/instance/SlotSharingGroupAssignment.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-runtime/src/main/java/org/apache/flink/runtime/instance/SlotSharingGroupAssignment.java
 
b/flink-runtime/src/main/java/org/apache/flink/runtime/instance/SlotSharingGroupAssignment.java
index 8b35cb4..290ccc5 100644
--- 
a/flink-runtime/src/main/java/org/apache/flink/runtime/instance/SlotSharingGroupAssignment.java
+++ 
b/flink-runtime/src/main/java/org/apache/flink/runtime/instance/SlotSharingGroupAssignment.java
@@ -265,7 +265,7 @@ public class SlotSharingGroupAssignment {
         * Gets a slot suitable for the given task vertex. This method will 
prefer slots that are local
         * (with respect to {@link 
ExecutionVertex#getPreferredLocationsBasedOnInputs()}), but will return non 
local
         * slots if no local slot is available. The method returns null, when 
this sharing group has
-        * no slot is available for the given JobVertexID. 
+        * no slot available for the given JobVertexID.
         *
         * @param vertexID the vertex id
         * @param locationPreferences location preferences

Reply via email to