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 f74e937d37c [hotfix] Remove unused noinspection comment in 
NettyShuffleMetricFactory
f74e937d37c is described below

commit f74e937d37cace6bd8e23cf8582a618581a045ec
Author: Weijie Guo <[email protected]>
AuthorDate: Thu Dec 26 11:35:17 2024 +0800

    [hotfix] Remove unused noinspection comment in NettyShuffleMetricFactory
---
 .../flink/runtime/io/network/metrics/NettyShuffleMetricFactory.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/metrics/NettyShuffleMetricFactory.java
 
b/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/metrics/NettyShuffleMetricFactory.java
index 755a3a41f77..d0b671673ed 100644
--- 
a/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/metrics/NettyShuffleMetricFactory.java
+++ 
b/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/metrics/NettyShuffleMetricFactory.java
@@ -73,7 +73,6 @@ public class NettyShuffleMetricFactory {
         checkNotNull(metricGroup);
         checkNotNull(networkBufferPool);
 
-        //noinspection deprecation
         internalRegisterShuffleMetrics(metricGroup, networkBufferPool);
     }
 

Reply via email to