Ignore:
Timestamp:
02/12/15 13:09:57 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:
  1. alpha 19: better UI for statistics, misc bugfixes
File:
1 edited

Legend:

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

    r5957 r5971  
    1818    private static final Logger logger = Logger.getLogger(CenterRegistryForTesting.class.getName());
    1919    private boolean hasChildrenLoaded = false;
    20         private List<Institution> centers = new ArrayList<Institution>() {
    21                 {
    22                         Institution inst = new Institution("test_IDS", null);
    23                         inst.addEndpoint("https://clarin.ids-mannheim.de/digibibsru-new");
    24                         add(inst);
    25                 }
    26         };
     20        private List<Institution> centers = new ArrayList<Institution>();
    2721
    2822    @Override
Note: See TracChangeset for help on using the changeset viewer.