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

    https://github.com/apache/flink/pull/934#discussion_r35634697
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/accumulators/BaseAccumulatorSnapshot.java
 ---
    @@ -27,12 +27,7 @@
     import java.io.Serializable;
     import java.util.Map;
     
    -/**
    - * This class encapsulates a map of accumulators for a single task. It is 
used
    - * for the transfer from TaskManagers to the JobManager and from the 
JobManager
    - * to the Client.
    - */
    -public class AccumulatorSnapshot implements Serializable {
    +public class BaseAccumulatorSnapshot implements Serializable {
    --- End diff --
    
    You removed the class description. Now you have to add a new one :) 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to