Mercurial > hg > digilib-old
view servlet/src/digilib/io/MetadataMap.java @ 575:5d80f333828a
try to get .project et al out of versioning
author | robcast |
---|---|
date | Wed, 22 Dec 2010 18:47:03 +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> { }