diff src/java/de/intevation/mxd/reader/PictureFillSymbolReader.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/reader/PictureFillSymbolReader.java	Fri Oct 26 12:46:41 2012 +0200
+++ b/src/java/de/intevation/mxd/reader/PictureFillSymbolReader.java	Mon Nov 05 16:28:36 2012 +0100
@@ -59,7 +59,7 @@
 
     public PictureFillSymbolReader(ISymbol symbol)
     throws Exception {
-        logger.debug("contructor()");
+        logger.debug("constructor()");
         if(symbol instanceof PictureFillSymbol) {
             this.symbol = (PictureFillSymbol)symbol;
         }
@@ -70,7 +70,7 @@
 
     public PictureFillSymbolReader(IFillSymbol symbol)
     throws Exception {
-        logger.debug("contructor()");
+        logger.debug("constructor()");
         if(symbol instanceof PictureFillSymbol) {
             this.symbol = (PictureFillSymbol)symbol;
         }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)