Ignore:
Timestamp:
12/10/11 21:13:54 (12 years ago)
Author:
gaba
Message:

Utils.getConfig corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/branches/MDService_simple3/src/eu/clarin/cmdi/mdservice/internal/Cache.java

    r1588 r1654  
    7676       
    7777        public Cache () {               
    78                 cachepath = Utils.getConfig().getProperty("cache.path");
    79                 cacheindex_path = cachepath + Utils.getConfig().getProperty("cacheindex.file");
     78                cachepath = Utils.getConfig("cache.path");
     79                cacheindex_path = cachepath + Utils.getConfig("cacheindex.file");
    8080                cachecounter = initCachecounter();
    8181               
Note: See TracChangeset for help on using the changeset viewer.