Mercurial > hg > digilib-old
view servlet/src/digilib/io/MetadataMap.java @ 713:c1fa722c570e jquery
more cosmetics: added options to validate with http://www.jslint.com
still doesn't fully validate because of "== null" and if without block.
removed unnecessary semicolons after if and for.
author | robcast |
---|---|
date | Sun, 30 Jan 2011 17:58:56 +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> { }