Ignore:
Timestamp:
06/23/10 10:10:33 (14 years ago)
Author:
gaba
Message:

collections + cache changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/Cache.java

    r466 r521  
    6969                Integer c = getCounter();
    7070                String xc = PREFIX + c.toString();
    71             Admin.writeToFile(formPath(id + xc),instream);
     71            //Admin.writeToFile(formPath(id + xc),instream);
     72                Admin.writeToFile(formPath(id),instream);
    7273            return xc;
    7374        }
Note: See TracChangeset for help on using the changeset viewer.