comparison src/java/de/intevation/mxd/reader/MultiLayerFillSymbolReader.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 df4e0946ef02
children
comparison
equal deleted inserted replaced
335:4cf94b919725 336:a46adb3697fa
51 * 51 *
52 * @param symbol The symbol used to display polygons. 52 * @param symbol The symbol used to display polygons.
53 */ 53 */
54 public MultiLayerFillSymbolReader(ISymbol symbol) 54 public MultiLayerFillSymbolReader(ISymbol symbol)
55 throws Exception { 55 throws Exception {
56 logger.debug("contructor()"); 56 logger.debug("constructor()");
57 if(symbol instanceof MultiLayerFillSymbol) { 57 if(symbol instanceof MultiLayerFillSymbol) {
58 this.symbol = (MultiLayerFillSymbol)symbol; 58 this.symbol = (MultiLayerFillSymbol)symbol;
59 } 59 }
60 else { 60 else {
61 throw new Exception("Not a MultiLayerFillSymbol!"); 61 throw new Exception("Not a MultiLayerFillSymbol!");
67 * 67 *
68 * @param symbol The symbol used to display polygons. 68 * @param symbol The symbol used to display polygons.
69 */ 69 */
70 public MultiLayerFillSymbolReader(IFillSymbol symbol) 70 public MultiLayerFillSymbolReader(IFillSymbol symbol)
71 throws Exception { 71 throws Exception {
72 logger.debug("contructor()"); 72 logger.debug("constructor()");
73 if(symbol instanceof MultiLayerFillSymbol) { 73 if(symbol instanceof MultiLayerFillSymbol) {
74 this.symbol = (MultiLayerFillSymbol)symbol; 74 this.symbol = (MultiLayerFillSymbol)symbol;
75 } 75 }
76 else { 76 else {
77 throw new Exception("Not a MultiLayerFillSymbol!"); 77 throw new Exception("Not a MultiLayerFillSymbol!");
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)