Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5691#discussion_r174380623
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapFoldingState.java
 ---
    @@ -29,20 +29,19 @@
     import java.io.IOException;
     
     /**
    - * Heap-backed partitioned {@link FoldingState} that is
    - * snapshotted into files.
    + * Heap-backed partitioned {@link FoldingState} that is snapshotted into 
files.
      *
    - * @param <K> The type of the key.
    - * @param <N> The type of the namespace.
    - * @param <T> The type of the values that can be folded into the state.
    - * @param <ACC> The type of the value in the folding state.
    + * @param <K>      The type of the key.
    + * @param <N>      The type of the namespace.
    + * @param <T>      The type of the values that can be folded into the 
state.
    + * @param <ACC>    The type of the value in the folding state.
    --- End diff --
    
    indentation is funky


---

Reply via email to