comparison src/java/de/intevation/mxd/writer/FillStyleWriter.java @ 336:a46adb3697fa

Fix annoying typo. s/contructor/constructor
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 05 Nov 2012 16:28:36 +0100
parents 2cb2f26d0d54
children
comparison
equal deleted inserted replaced
335:4cf94b919725 336:a46adb3697fa
57 * 57 *
58 * @param map The map object. 58 * @param map The map object.
59 * @param cl The class object containing the style. 59 * @param cl The class object containing the style.
60 */ 60 */
61 public FillStyleWriter (mapObj map, classObj cl) { 61 public FillStyleWriter (mapObj map, classObj cl) {
62 logger.debug("contructor(mapObj, classObj)"); 62 logger.debug("constructor(mapObj, classObj)");
63 this.map = map; 63 this.map = map;
64 this.cl = cl; 64 this.cl = cl;
65 this.style = new styleObj(cl); 65 this.style = new styleObj(cl);
66 } 66 }
67 67
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)