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

commit babefacdde5b1f4f90e74306d9cd4ccfc53cb1a7
Author: Weijie Guo <res...@163.com>
AuthorDate: Fri Apr 21 17:40:58 2023 +0800

    [hotfix] Fix the link to a private field in other class.
    
    This illegal link will make IDE not happy.
---
 .../org/apache/flink/runtime/io/network/buffer/LocalBufferPool.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/buffer/LocalBufferPool.java
 
b/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/buffer/LocalBufferPool.java
index 6506ab9f942..e012c725582 100644
--- 
a/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/buffer/LocalBufferPool.java
+++ 
b/flink-runtime/src/main/java/org/apache/flink/runtime/io/network/buffer/LocalBufferPool.java
@@ -85,7 +85,7 @@ class LocalBufferPool implements BufferPool {
      *
      * <p><strong>BEWARE:</strong> Take special care with the interactions 
between this lock and
      * locks acquired before entering this class vs. locks being acquired 
during calls to external
-     * code inside this class, e.g. with {@link
+     * code inside this class, e.g. with {@code
      * 
org.apache.flink.runtime.io.network.partition.consumer.BufferManager#bufferQueue}
 via the
      * {@link #registeredListeners} callback.
      */

Reply via email to