src/java.base/share/classes/java/util/concurrent/RecursiveTask.java
changeset 58657 6252605fb005
parent 47216 71c04702a3d5
equal deleted inserted replaced
58656:7322c48a84cf 58657:6252605fb005
    69     private static final long serialVersionUID = 5232453952276485270L;
    69     private static final long serialVersionUID = 5232453952276485270L;
    70 
    70 
    71     /**
    71     /**
    72      * The result of the computation.
    72      * The result of the computation.
    73      */
    73      */
       
    74     @SuppressWarnings("serial") // Conditionally serializable
    74     V result;
    75     V result;
    75 
    76 
    76     /**
    77     /**
    77      * The main computation performed by this task.
    78      * The main computation performed by this task.
    78      * @return the result of the computation
    79      * @return the result of the computation