zhuzhurk commented on a change in pull request #13071: URL: https://github.com/apache/flink/pull/13071#discussion_r466874550
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/util/DualKeyLinkedMap.java ########## @@ -43,63 +43,48 @@ * @param <B> Type of key B. Key B is the secondary key. * @param <V> Type of the value */ -class DualKeyLinkedMap<A, B, V> { Review comment: There is a typo in the commit message: `[hotfrix]` -> `[hotfix]` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org