view common/src/main/java/digilib/meta/MetadataMap.java @ 1131:c1e7821d3c68

fix bug in path of arrow-images and problem with nested options.
author robcast
date Tue, 13 Nov 2012 17:35:32 +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> {

}