view common/src/main/java/digilib/meta/MetadataMap.java @ 1158:2ee261676828 default tip

better out-of-the box experience: * digilib works without config files using sensible defaults * new sample images folder used by default * config files moved to templates
author robcast
date Tue, 19 Feb 2013 17:32:25 +0100
parents 7779b37d1d05
children
line wrap: on
line source

/**
 * 
 */
package digilib.meta;

import java.util.HashMap;

/** Map for metadata related to files.
 * @author casties
 *
 */
@SuppressWarnings("serial")
public class MetadataMap extends HashMap<String, String> {

}