comparison artifacts/src/main/java/org/dive4elements/river/collections/AttributeWriter.java @ 6647:d4a3031448d3

Fix doc typo.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 23 Jul 2013 12:10:28 +0200
parents 60b94dec104b
children 67e01d9c0519
comparison
equal deleted inserted replaced
6646:b7eb4e87ad7a 6647:d4a3031448d3
44 44
45 /** List of "new" facets. */ 45 /** List of "new" facets. */
46 protected List<Facet> newFacets; 46 protected List<Facet> newFacets;
47 47
48 /** 48 /**
49 * "Compatibility matrix", mapws list of facet names to output names. 49 * "Compatibility matrix", maps list of facet names to output names.
50 * Any facet that is not found in the list for a specific output will 50 * Any facet that is not found in the list for a specific output will
51 * not be added to the resulting document. 51 * not be added to the resulting document.
52 */ 52 */
53 protected Map<String, List<String>> compatibilities; 53 protected Map<String, List<String>> compatibilities;
54 54

http://dive4elements.wald.intevation.org