Ignore:
Timestamp:
09/01/14 22:05:22 (10 years ago)
Author:
rkrimmel
Message:

Better saving of intermediate results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/java-utils-alignment/src/main/java/de/ugoe/cs/util/StopWatch.java

    r1707 r1710  
    213213     * internally used to store splits 
    214214     */ 
    215     private static class Split { 
    216          
    217         /** 
     215    private static class Split implements Serializable { 
     216         
     217        /** 
     218                 *  
     219                 */ 
     220                private static final long serialVersionUID = 7767677492954506604L; 
     221 
     222                /** 
    218223         * the id of the split 
    219224         */ 
Note: See TracChangeset for help on using the changeset viewer.