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

guoweijie 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 9ae9c1463d8 [hotfix][runtime]Fix the missing methed parameter 
annotation problem
9ae9c1463d8 is described below

commit 9ae9c1463d87da2fa0e4dd58ee6fd10d38cda6bd
Author: chenyu <[email protected]>
AuthorDate: Mon Apr 15 16:38:18 2024 +0800

    [hotfix][runtime]Fix the missing methed parameter annotation problem
---
 .../org/apache/flink/runtime/resourcemanager/ResourceManagerGateway.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManagerGateway.java
 
b/flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManagerGateway.java
index bb42c529d4f..6adde0f9e23 100644
--- 
a/flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManagerGateway.java
+++ 
b/flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManagerGateway.java
@@ -103,6 +103,7 @@ public interface ResourceManagerGateway
     /**
      * Sends the given {@link SlotReport} to the ResourceManager.
      *
+     * @param taskManagerResourceId The resource ID of the sending TaskManager
      * @param taskManagerRegistrationId id identifying the sending TaskManager
      * @param slotReport which is sent to the ResourceManager
      * @param timeout for the operation

Reply via email to