diff 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
line wrap: on
line diff
--- a/src/java/de/intevation/mxd/writer/FillStyleWriter.java	Fri Oct 26 12:46:41 2012 +0200
+++ b/src/java/de/intevation/mxd/writer/FillStyleWriter.java	Mon Nov 05 16:28:36 2012 +0100
@@ -59,7 +59,7 @@
      * @param cl  The class object containing the style.
      */
     public FillStyleWriter (mapObj map, classObj cl) {
-        logger.debug("contructor(mapObj, classObj)");
+        logger.debug("constructor(mapObj, classObj)");
         this.map = map;
         this.cl = cl;
         this.style = new styleObj(cl);
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)