Ignore:
Timestamp:
02/24/15 16:58:55 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:
  1. alpha 21: downloading as text, csv, excel and tcf works
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/src/main/java/eu/clarin/sru/fcs/aggregator/scan/Statistics.java

    r5971 r6043  
    44import java.util.ArrayList;
    55import java.util.Collections;
     6import java.util.Date;
    67import java.util.HashMap;
    78import java.util.List;
     
    109110        private final Object lock = new Object();
    110111
     112        Date date = new Date();
     113
     114        public Date getDate() {
     115                return date;
     116        }
     117
    111118        // institution to endpoint to statistics_per_endpoint map
    112119        Map<String, Map<String, EndpointStats>> institutions
     
    186193                return stats;
    187194        }
     195
    188196}
Note: See TracChangeset for help on using the changeset viewer.