You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2018/03/19 14:12:31 UTC

[GitHub] flink pull request #5696: [hotfix][javadoc] fix doc of SlotProvider.allocate...

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5696#discussion_r175447777
  
    --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SlotProvider.java ---
    @@ -46,9 +46,10 @@
     	/**
     	 * Allocating slot with specific requirement.
     	 *
    +	 * @param slotRequestId identifying the slot request to cancel
    --- End diff --
    
    I will remove "to cancel" while merging


---