Skip to content

Commit

Permalink
[FLINK-23937][Documentation] Fix PQ comment in KeyGroupPartitionedPri…
Browse files Browse the repository at this point in the history
…orityQueue (apache#16957)
  • Loading branch information
Myracle authored Dec 13, 2021
1 parent 47e6e89 commit a49a2b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* elements if the sub-queues have set semantics.
*
* @param <T> the type of elements in the queue.
* @param <PQ> type type of sub-queue used for each key-group partition.
* @param <PQ> the type of sub-queue used for each key-group partition.
*/
public class KeyGroupPartitionedPriorityQueue<
T, PQ extends InternalPriorityQueue<T> & HeapPriorityQueueElement>
Expand Down

0 comments on commit a49a2b3

Please sign in to comment.