Mercurial > hg > digilib-old
view servlet/src/digilib/io/MetadataMap.java @ 764:f640f1fe8f80 jquery
merge
with 31664707999e6f7a1e9c7129958b13376c7429e8
author | robcast |
---|---|
date | Thu, 10 Feb 2011 13:01:10 +0100 |
parents | 9cedd170b581 |
children | 73e041c710d3 |
line wrap: on
line source
/** * */ package digilib.io; import java.util.HashMap; /** Map for metadata related to files. * @author casties * */ public class MetadataMap extends HashMap<String, String> { }